#CAD377

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

Shades of Deco #CAD377

Tints of Deco #CAD377

Color information

#CAD377 (or 0xCAD377) is unknown color: approx Deco. HEX triplet: CA, D3 and 77. RGB value is (202,211,119). Sum of RGB (Red+Green+Blue) = 202+211+119=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD377 is #352C88. Grayscale: #C6C6C6. Windows color (decimal): -3484809 or 7853002. OLE color: 7853002.

HSL color Cylindrical-coordinate representation of color #CAD377: hue angle of 65.87º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAD377 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB202211119-
CMYK0.0400.440.17
HSL65.87º51.11%64.71%-
HSV(B)65.87º43.6%82.75%-
XYZ50.9860.4826.44-
YUV197.8283.52130.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 119 (46.88% from 255) = 22.37%
R=37.97%
G=39.66%
B=22.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111190.0400.440.1765.8751.1164.71
HexCAD377402C11423341
Octal31232316740542110263101
Binary1100101011010011111011110001011001000110000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD377; }

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

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

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

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

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

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

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

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