#C0D27D

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

Shades of Deco #C0D27D

Tints of Deco #C0D27D

Color information

#C0D27D (or 0xC0D27D) is unknown color: approx Deco. HEX triplet: C0, D2 and 7D. RGB value is (192,210,125). Sum of RGB (Red+Green+Blue) = 192+210+125=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D27D is #3F2D82. Grayscale: #C3C3C3. Windows color (decimal): -4140419 or 8245952. OLE color: 8245952.

HSL color Cylindrical-coordinate representation of color #C0D27D: hue angle of 72.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D27D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB192210125-
CMYK0.0900.400.18
HSL72.71º48.57%65.69%-
HSV(B)72.71º40.48%82.35%-
XYZ48.4958.7828.19-
YUV194.9388.54125.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=36.43%
G=39.85%
B=23.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922101250.0900.400.1872.7148.5765.69
HexC0D27D902812493142
Octal300322175110502211161102
Binary11000000110100101111101100101010001001010010011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D27D; }

 p { color: rgb(192,210,125); }

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

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

 a { background-color: rgb(192,210,125); }

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

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

 span { border-color: rgb(192,210,125); }

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