#C2DC55

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

Shades of Conifer #C2DC55

Tints of Conifer #C2DC55

Color information

#C2DC55 (or 0xC2DC55) is unknown color: approx Conifer. HEX triplet: C2, DC and 55. RGB value is (194,220,85). Sum of RGB (Red+Green+Blue) = 194+220+85=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC55 is #3D23AA. Grayscale: #C5C5C5. Windows color (decimal): -4006827 or 5627074. OLE color: 5627074.

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

Color convert

RGB19422085-
CMYK0.1200.610.14
HSL71.56º65.85%59.8%-
HSV(B)71.56º61.36%86.27%-
XYZ49.4863.3118.21-
YUV196.8464.89125.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 85 (33.59% from 255) = 17.03%
R=38.88%
G=44.09%
B=17.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal194220850.1200.610.1471.5665.8559.8
HexC2DC55C03DE48423c
Octal302334125140751611010274
Binary1100001011011100101010111000111101111010010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DC55; }

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

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

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

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

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

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

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

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