#b0f55a

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

Shades of Conifer #B0F55A

Tints of Conifer #B0F55A

Color information

#B0F55A (or 0xB0F55A) is unknown color: approx Conifer. HEX triplet: B0, F5 and 5A. RGB value is (176,245,90). Sum of RGB (Red+Green+Blue) = 176+245+90=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F55A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F55A is #4F0AA5. Grayscale: #CFCFCF. Windows color (decimal): -5180070 or 5961136. OLE color: 5961136.

HSL color Cylindrical-coordinate representation of color #B0F55A: hue angle of 86.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0F55A is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB17624590-
CMYK0.2800.630.04
HSL86.71º88.57%65.69%-
HSV(B)86.71º63.27%96.08%-
XYZ52.475.2721.44-
YUV206.762.14106.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 245 (96.09% from 255) = 47.95%
BLUE value IS 90 (35.55% from 255) = 17.61%
R=34.44%
G=47.95%
B=17.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176245900.2800.630.0486.7188.5765.69
HexB0F55A1C03F4575942
Octal260365132340774127131102
Binary10110000111101011011010111000111111100101011110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f55a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f55a; }

 p { color: rgb(176,245,90); }

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

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

 a { background-color: rgb(176,245,90); }

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

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

 span { border-color: rgb(176,245,90); }

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