#B9F25E

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

Shades of Conifer #B9F25E

Tints of Conifer #B9F25E

Color information

#B9F25E (or 0xB9F25E) is unknown color: approx Conifer. HEX triplet: B9, F2 and 5E. RGB value is (185,242,94). Sum of RGB (Red+Green+Blue) = 185+242+94=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F25E is #460DA1. Grayscale: #D0D0D0. Windows color (decimal): -4591010 or 6222521. OLE color: 6222521.

HSL color Cylindrical-coordinate representation of color #B9F25E: hue angle of 83.11º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9F25E is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB18524294-
CMYK0.2400.610.05
HSL83.11º85.06%65.88%-
HSV(B)83.11º61.16%94.9%-
XYZ53.7874.6322.16-
YUV208.0863.62111.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=35.51%
G=46.45%
B=18.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185242940.2400.610.0583.1185.0665.88
HexB9F25E1803D5535542
Octal271362136300755123125102
Binary10111001111100101011110110000111101101101001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F25E; }

 p { color: rgb(185,242,94); }

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

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

 a { background-color: rgb(185,242,94); }

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

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

 span { border-color: rgb(185,242,94); }

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