#B0F84B

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

Shades of Green Yellow #B0F84B

Tints of Green Yellow #B0F84B

Color information

#B0F84B (or 0xB0F84B) is unknown color: approx Green Yellow. HEX triplet: B0, F8 and 4B. RGB value is (176,248,75). Sum of RGB (Red+Green+Blue) = 176+248+75=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F84B is #4F07B4. Grayscale: #CFCFCF. Windows color (decimal): -5179317 or 4978864. OLE color: 4978864.

HSL color Cylindrical-coordinate representation of color #B0F84B: hue angle of 84.97º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0F84B is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB17624875-
CMYK0.2900.700.03
HSL84.97º92.51%63.33%-
HSV(B)84.97º69.76%97.25%-
XYZ52.7476.8718.71-
YUV206.7553.65106.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 248 (97.27% from 255) = 49.70%
BLUE value IS 75 (29.69% from 255) = 15.03%
R=35.27%
G=49.70%
B=15.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176248750.2900.700.0384.9792.5163.33
HexB0F84B1D0463555d3f
Octal260370113350106312513577
Binary1011000011111000100101111101010001101110101011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F84B; }

 p { color: rgb(176,248,75); }

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

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

 a { background-color: rgb(176,248,75); }

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

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

 span { border-color: rgb(176,248,75); }

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