#B6DE61

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

Shades of Conifer #B6DE61

Tints of Conifer #B6DE61

Color information

#B6DE61 (or 0xB6DE61) is unknown color: approx Conifer. HEX triplet: B6, DE and 61. RGB value is (182,222,97). Sum of RGB (Red+Green+Blue) = 182+222+97=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DE61 is #49219E. Grayscale: #C4C4C4. Windows color (decimal): -4792735 or 6414006. OLE color: 6414006.

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

Color convert

RGB18222297-
CMYK0.1800.560.13
HSL79.2º65.45%62.55%-
HSV(B)79.2º56.31%87.06%-
XYZ47.5763.0520.97-
YUV195.7972.25118.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 222 (87.11% from 255) = 44.31%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=36.33%
G=44.31%
B=19.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182222970.1800.560.1379.265.4562.55
HexB6DE6112038D4f413f
Octal266336141220701511710177
Binary10110110110111101100001100100111000110110011111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DE61; }

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

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

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

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

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

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

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

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