#B9FD61

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

Shades of Conifer #B9FD61

Tints of Conifer #B9FD61

Color information

#B9FD61 (or 0xB9FD61) is unknown color: approx Conifer. HEX triplet: B9, FD and 61. RGB value is (185,253,97). Sum of RGB (Red+Green+Blue) = 185+253+97=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FD61 is #46029E. Grayscale: #D7D7D7. Windows color (decimal): -4588191 or 6421945. OLE color: 6421945.

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

Color convert

RGB18525397-
CMYK0.2700.620.01
HSL86.15º97.5%68.63%-
HSV(B)86.15º61.66%99.22%-
XYZ57.2981.4324.01-
YUV214.8861.47106.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 97 (38.28% from 255) = 18.13%
R=34.58%
G=47.29%
B=18.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal185253970.2700.620.0186.1597.568.63
HexB9FD611B03E1566245
Octal271375141330761126142105
Binary101110011111110111000011101101111101101011011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FD61; }

 p { color: rgb(185,253,97); }

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

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

 a { background-color: rgb(185,253,97); }

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

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

 span { border-color: rgb(185,253,97); }

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