#B0FA61

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

Shades of Conifer #B0FA61

Tints of Conifer #B0FA61

Color information

#B0FA61 (or 0xB0FA61) is unknown color: approx Conifer. HEX triplet: B0, FA and 61. RGB value is (176,250,97). Sum of RGB (Red+Green+Blue) = 176+250+97=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA61 is #4F059E. Grayscale: #D2D2D2. Windows color (decimal): -5178783 or 6421168. OLE color: 6421168.

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

Color convert

RGB17625097-
CMYK0.3000.610.02
HSL89.02º93.87%68.04%-
HSV(B)89.02º61.2%98.04%-
XYZ54.2578.4623.6-
YUV210.4363.98103.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 250 (98.05% from 255) = 47.80%
BLUE value IS 97 (38.28% from 255) = 18.55%
R=33.65%
G=47.80%
B=18.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176250970.3000.610.0289.0293.8768.04
HexB0FA611E03D2595e44
Octal260372141360752131136104
Binary1011000011111010110000111110011110110101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA61; }

 p { color: rgb(176,250,97); }

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

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

 a { background-color: rgb(176,250,97); }

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

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

 span { border-color: rgb(176,250,97); }

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