#B6DE4C

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

Shades of Conifer #B6DE4C

Tints of Conifer #B6DE4C

Color information

#B6DE4C (or 0xB6DE4C) is unknown color: approx Conifer. HEX triplet: B6, DE and 4C. RGB value is (182,222,76). Sum of RGB (Red+Green+Blue) = 182+222+76=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DE4C is #4921B3. Grayscale: #C1C1C1. Windows color (decimal): -4792756 or 5037750. OLE color: 5037750.

HSL color Cylindrical-coordinate representation of color #B6DE4C: hue angle of 76.44º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6DE4C is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB18222276-
CMYK0.1800.660.13
HSL76.44º68.87%58.43%-
HSV(B)76.44º65.77%87.06%-
XYZ46.7262.7116.48-
YUV193.461.75119.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 76 (30.08% from 255) = 15.83%
R=37.92%
G=46.25%
B=15.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182222760.1800.660.1376.4468.8758.43
HexB6DE4C12042D4c453a
Octal2663361142201021511410572
Binary101101101101111010011001001001000010110110011001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DE4C; }

 p { color: rgb(182,222,76); }

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

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

 a { background-color: rgb(182,222,76); }

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

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

 span { border-color: rgb(182,222,76); }

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