#B6F24D

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

Shades of Conifer #B6F24D

Tints of Conifer #B6F24D

Color information

#B6F24D (or 0xB6F24D) is unknown color: approx Conifer. HEX triplet: B6, F2 and 4D. RGB value is (182,242,77). Sum of RGB (Red+Green+Blue) = 182+242+77=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F24D is #490DB2. Grayscale: #CDCDCD. Windows color (decimal): -4787635 or 5108406. OLE color: 5108406.

HSL color Cylindrical-coordinate representation of color #B6F24D: hue angle of 81.82º degrees, saturation: 0.86, 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 #B6F24D is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB18224277-
CMYK0.2500.680.05
HSL81.82º86.39%62.55%-
HSV(B)81.82º68.18%94.9%-
XYZ52.3873.9918.54-
YUV205.2555.62111.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 242 (94.92% from 255) = 48.30%
BLUE value IS 77 (30.47% from 255) = 15.37%
R=36.33%
G=48.30%
B=15.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182242770.2500.680.0581.8286.3962.55
HexB6F24D19044552563f
Octal266362115310104512212677
Binary10110110111100101001101110010100010010110100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F24D; }

 p { color: rgb(182,242,77); }

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

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

 a { background-color: rgb(182,242,77); }

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

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

 span { border-color: rgb(182,242,77); }

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