#C2DC59

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

Shades of Conifer #C2DC59

Tints of Conifer #C2DC59

Color information

#C2DC59 (or 0xC2DC59) is unknown color: approx Conifer. HEX triplet: C2, DC and 59. RGB value is (194,220,89). Sum of RGB (Red+Green+Blue) = 194+220+89=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC59 is #3D23A6. Grayscale: #C5C5C5. Windows color (decimal): -4006823 or 5889218. OLE color: 5889218.

HSL color Cylindrical-coordinate representation of color #C2DC59: hue angle of 71.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2DC59 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB19422089-
CMYK0.1200.600.14
HSL71.91º65.17%60.59%-
HSV(B)71.91º59.55%86.27%-
XYZ49.6463.3819.07-
YUV197.2966.89125.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 89 (35.16% from 255) = 17.69%
R=38.57%
G=43.74%
B=17.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal194220890.1200.600.1471.9165.1760.59
HexC2DC59C03CE48413d
Octal302334131140741611010175
Binary1100001011011100101100111000111100111010010001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DC59; }

 p { color: rgb(194,220,89); }

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

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

 a { background-color: rgb(194,220,89); }

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

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

 span { border-color: rgb(194,220,89); }

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