#C2DA52

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

Shades of Conifer #C2DA52

Tints of Conifer #C2DA52

Color information

#C2DA52 (or 0xC2DA52) is unknown color: approx Conifer. HEX triplet: C2, DA and 52. RGB value is (194,218,82). Sum of RGB (Red+Green+Blue) = 194+218+82=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA52 is #3D25AD. Grayscale: #C3C3C3. Windows color (decimal): -4007342 or 5429954. OLE color: 5429954.

HSL color Cylindrical-coordinate representation of color #C2DA52: hue angle of 70.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2DA52 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB19421882-
CMYK0.1100.620.15
HSL70.59º64.76%58.82%-
HSV(B)70.59º62.39%85.49%-
XYZ48.8462.2217.42-
YUV195.3264.05127.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 82 (32.42% from 255) = 16.60%
R=39.27%
G=44.13%
B=16.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194218820.1100.620.1570.5964.7658.82
HexC2DA52B03EF47413b
Octal302332122130761710710173
Binary1100001011011010101001010110111110111110001111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DA52; }

 p { color: rgb(194,218,82); }

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

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

 a { background-color: rgb(194,218,82); }

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

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

 span { border-color: rgb(194,218,82); }

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