#B0FE61

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

Shades of Conifer #B0FE61

Tints of Conifer #B0FE61

Color information

#B0FE61 (or 0xB0FE61) is unknown color: approx Conifer. HEX triplet: B0, FE and 61. RGB value is (176,254,97). Sum of RGB (Red+Green+Blue) = 176+254+97=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE61 is #4F019E. Grayscale: #D5D5D5. Windows color (decimal): -5177759 or 6422192. OLE color: 6422192.

HSL color Cylindrical-coordinate representation of color #B0FE61: hue angle of 89.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0FE61 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB17625497-
CMYK0.3100.620.00
HSL89.81º98.74%68.82%-
HSV(B)89.81º61.81%99.61%-
XYZ55.580.9824.01-
YUV212.7862.66101.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 254 (99.61% from 255) = 48.20%
BLUE value IS 97 (38.28% from 255) = 18.41%
R=33.40%
G=48.20%
B=18.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal176254970.3100.620.0089.8198.7468.82
HexB0FE611F03E05a6345
Octal260376141370760132143105
Binary101100001111111011000011111101111100101101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FE61; }

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

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

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

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

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

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

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

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