#B9F14E

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

Shades of Conifer #B9F14E

Tints of Conifer #B9F14E

Color information

#B9F14E (or 0xB9F14E) is unknown color: approx Conifer. HEX triplet: B9, F1 and 4E. RGB value is (185,241,78). Sum of RGB (Red+Green+Blue) = 185+241+78=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F14E is #460EB1. Grayscale: #CECECE. Windows color (decimal): -4591282 or 5173689. OLE color: 5173689.

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

Color convert

RGB18524178-
CMYK0.2300.680.05
HSL80.61º85.34%62.55%-
HSV(B)80.61º67.63%94.51%-
XYZ52.8473.7718.66-
YUV205.6755.95113.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 78 (30.86% from 255) = 15.48%
R=36.71%
G=47.82%
B=15.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185241780.2300.680.0580.6185.3462.55
HexB9F14E17044551553f
Octal271361116270104512112577
Binary10111001111100011001110101110100010010110100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F14E; }

 p { color: rgb(185,241,78); }

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

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

 a { background-color: rgb(185,241,78); }

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

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

 span { border-color: rgb(185,241,78); }

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