#CAD577

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

Shades of Deco #CAD577

Tints of Deco #CAD577

Color information

#CAD577 (or 0xCAD577) is unknown color: approx Deco. HEX triplet: CA, D5 and 77. RGB value is (202,213,119). Sum of RGB (Red+Green+Blue) = 202+213+119=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD577 is #352A88. Grayscale: #C7C7C7. Windows color (decimal): -3484297 or 7853514. OLE color: 7853514.

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

Color convert

RGB202213119-
CMYK0.0500.440.16
HSL67.02º52.81%65.1%-
HSV(B)67.02º44.13%83.53%-
XYZ51.4861.4826.61-
YUV198.9982.86130.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 119 (46.88% from 255) = 22.28%
R=37.83%
G=39.89%
B=22.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131190.0500.440.1667.0252.8165.1
HexCAD577502C10433541
Octal31232516750542010365101
Binary1100101011010101111011110101011001000010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD577; }

 p { color: rgb(202,213,119); }

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

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

 a { background-color: rgb(202,213,119); }

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

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

 span { border-color: rgb(202,213,119); }

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