#B6DF42

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

Shades of Conifer #B6DF42

Tints of Conifer #B6DF42

Color information

#B6DF42 (or 0xB6DF42) is unknown color: approx Conifer. HEX triplet: B6, DF and 42. RGB value is (182,223,66). Sum of RGB (Red+Green+Blue) = 182+223+66=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF42 is #4920BD. Grayscale: #C1C1C1. Windows color (decimal): -4792510 or 4382646. OLE color: 4382646.

HSL color Cylindrical-coordinate representation of color #B6DF42: hue angle of 75.67º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6DF42 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB18222366-
CMYK0.1800.700.13
HSL75.67º71.04%56.67%-
HSV(B)75.67º70.4%87.45%-
XYZ46.6663.1114.88-
YUV192.8456.42120.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 66 (26.17% from 255) = 14.01%
R=38.64%
G=47.35%
B=14.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182223660.1800.700.1375.6771.0456.67
HexB6DF4212046D4c4739
Octal2663371022201061511410771
Binary101101101101111110000101001001000110110110011001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DF42; }

 p { color: rgb(182,223,66); }

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

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

 a { background-color: rgb(182,223,66); }

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

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

 span { border-color: rgb(182,223,66); }

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