#B0F03B

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

Shades of Green Yellow #B0F03B

Tints of Green Yellow #B0F03B

Color information

#B0F03B (or 0xB0F03B) is unknown color: approx Green Yellow. HEX triplet: B0, F0 and 3B. RGB value is (176,240,59). Sum of RGB (Red+Green+Blue) = 176+240+59=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F03B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F03B is #4F0FC4. Grayscale: #C8C8C8. Windows color (decimal): -5181381 or 3928240. OLE color: 3928240.

HSL color Cylindrical-coordinate representation of color #B0F03B: hue angle of 81.22º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0F03B is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB17624059-
CMYK0.2700.750.06
HSL81.22º85.78%58.63%-
HSV(B)81.22º75.42%94.12%-
XYZ49.8571.8715.38-
YUV200.2348.3110.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 240 (94.14% from 255) = 50.53%
BLUE value IS 59 (23.44% from 255) = 12.42%
R=37.05%
G=50.53%
B=12.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176240590.2700.750.0681.2285.7858.63
HexB0F03B1B04B651563b
Octal26036073330113612112673
Binary1011000011110000111011110110100101111010100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F03B; }

 p { color: rgb(176,240,59); }

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

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

 a { background-color: rgb(176,240,59); }

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

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

 span { border-color: rgb(176,240,59); }

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