#B0FB3C

Color #B0FB3C Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #B0FB3C

Tints of Green Yellow #B0FB3C

Color information

#B0FB3C (or 0xB0FB3C) is unknown color: approx Green Yellow. HEX triplet: B0, FB and 3C. RGB value is (176,251,60). Sum of RGB (Red+Green+Blue) = 176+251+60=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FB3C is #4F04C3. Grayscale: #CFCFCF. Windows color (decimal): -5178564 or 3996592. OLE color: 3996592.

HSL color Cylindrical-coordinate representation of color #B0FB3C: hue angle of 83.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0FB3C is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB17625160-
CMYK0.3000.760.02
HSL83.56º95.98%60.98%-
HSV(B)83.56º76.1%98.43%-
XYZ53.2278.5516.63-
YUV206.845.15106.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 251 (98.44% from 255) = 51.54%
BLUE value IS 60 (23.83% from 255) = 12.32%
R=36.14%
G=51.54%
B=12.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176251600.3000.760.0283.5695.9860.98
HexB0FB3C1E04C254603d
Octal26037374360114212414075
Binary101100001111101111110011110010011001010101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FB3C; }

 p { color: rgb(176,251,60); }

 H1.HeaderClassName
 {
   color: #B0FB3C;
 }
 .AnyTagClassName
 {
   color: #B0FB3C;
 }
</style>
background-color css

<style>
 a { background-color: #B0FB3C; }

 a { background-color: rgb(176,251,60); }

 div.DivClassName
 {
   background-color: #B0FB3C;
 }
 .BgClassName
 {
   background-color: #B0FB3C;
 }
</style>
border-color css

<style>
 span { border-color: #B0FB3C; }

 span { border-color: rgb(176,251,60); }

 td.TdClassName
 {
   border-color: #B0FB3C;
 }
 .TagClassName
 {
   border-color: #B0FB3C;
 }
</style>