#CAD482

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

Shades of Deco #CAD482

Tints of Deco #CAD482

Color information

#CAD482 (or 0xCAD482) is unknown color: approx Deco. HEX triplet: CA, D4 and 82. RGB value is (202,212,130). Sum of RGB (Red+Green+Blue) = 202+212+130=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD482 is #352B7D. Grayscale: #C7C7C7. Windows color (decimal): -3484542 or 8574154. OLE color: 8574154.

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

Color convert

RGB202212130-
CMYK0.0500.390.17
HSL67.32º48.81%67.06%-
HSV(B)67.32º38.68%83.14%-
XYZ51.9361.2630.21-
YUV199.6688.69129.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 130 (51.17% from 255) = 23.90%
R=37.13%
G=38.97%
B=23.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121300.0500.390.1767.3248.8167.06
HexCAD482502711433143
Octal31232420250472110361103
Binary11001010110101001000001010101001111000110000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD482; }

 p { color: rgb(202,212,130); }

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

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

 a { background-color: rgb(202,212,130); }

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

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

 span { border-color: rgb(202,212,130); }

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