#C2DC4D

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

Shades of Conifer #C2DC4D

Tints of Conifer #C2DC4D

Color information

#C2DC4D (or 0xC2DC4D) is unknown color: approx Conifer. HEX triplet: C2, DC and 4D. RGB value is (194,220,77). Sum of RGB (Red+Green+Blue) = 194+220+77=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC4D is #3D23B2. Grayscale: #C4C4C4. Windows color (decimal): -4006835 or 5102786. OLE color: 5102786.

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

Color convert

RGB19422077-
CMYK0.1200.650.14
HSL70.91º67.14%58.24%-
HSV(B)70.91º65%86.27%-
XYZ49.1863.1916.63-
YUV195.9260.89126.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 77 (30.47% from 255) = 15.68%
R=39.51%
G=44.81%
B=15.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal194220770.1200.650.1470.9167.1458.24
HexC2DC4DC041E47433a
Octal3023341151401011610710372
Binary11000010110111001001101110001000001111010001111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DC4D; }

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

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

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

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

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

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

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

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