#C0D675

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

Shades of Deco #C0D675

Tints of Deco #C0D675

Color information

#C0D675 (or 0xC0D675) is unknown color: approx Deco. HEX triplet: C0, D6 and 75. RGB value is (192,214,117). Sum of RGB (Red+Green+Blue) = 192+214+117=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D675 is #3F298A. Grayscale: #C4C4C4. Windows color (decimal): -4139403 or 7722688. OLE color: 7722688.

HSL color Cylindrical-coordinate representation of color #C0D675: hue angle of 73.61º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0D675 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB192214117-
CMYK0.1000.450.16
HSL73.61º54.19%64.9%-
HSV(B)73.61º45.33%83.92%-
XYZ4960.5825.94-
YUV196.3683.21124.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=36.71%
G=40.92%
B=22.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922141170.1000.450.1673.6154.1964.9
HexC0D675A02D104a3641
Octal300326165120552011266101
Binary11000000110101101110101101001011011000010010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D675; }

 p { color: rgb(192,214,117); }

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

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

 a { background-color: rgb(192,214,117); }

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

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

 span { border-color: rgb(192,214,117); }

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