#C0D37D

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

Shades of Deco #C0D37D

Tints of Deco #C0D37D

Color information

#C0D37D (or 0xC0D37D) is unknown color: approx Deco. HEX triplet: C0, D3 and 7D. RGB value is (192,211,125). Sum of RGB (Red+Green+Blue) = 192+211+125=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D37D is #3F2C82. Grayscale: #C3C3C3. Windows color (decimal): -4140163 or 8246208. OLE color: 8246208.

HSL color Cylindrical-coordinate representation of color #C0D37D: hue angle of 73.26º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0D37D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB192211125-
CMYK0.0900.410.17
HSL73.26º49.43%65.88%-
HSV(B)73.26º40.76%82.75%-
XYZ48.7359.2828.27-
YUV195.5288.21125.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=36.36%
G=39.96%
B=23.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922111250.0900.410.1773.2649.4365.88
HexC0D37D902911493142
Octal300323175110512111161102
Binary11000000110100111111101100101010011000110010011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D37D; }

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

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

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

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

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

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

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

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