Html Css Color HEX #CAD479 Deco

📋 copy color: '#CAD479'

red 202 ◦ green 212 ◦ blue 121

#CAD479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CAD479

Tints of Deco #CAD479

RGB

 RED value IS 202 (79.3% from 255) = 37.76%

 GREEN value IS 212 (83.2% from 255) = 39.63%

 BLUE value IS 121 (47.66% from 255) = 22.62%

R = 37.76%
G = 39.63%
B = 22.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#CAD479 (or 0xCAD479) is known color: Deco. HEX triplet: CA, D4 and 79. RGB value is (202,212,121). Sum of RGB (Red+Green+Blue) = 202+212+121=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD479 is #352B86. Grayscale: #C6C6C6. Windows color (decimal): -3484551 or 7984330. OLE color: 7984330.

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

Color convert

RGB 202 212 121 -
CMYK 0.05 0 0.43 0.17
HSL 66.59º 0.51% 0.65% -
HSV(B) 66.59º 0.43% 0.83% -
XYZ 51.35 61.02 27.16 -
YUV 198.64 84.19 130.4 -
System Red Green Blue C M Y K H S L
Decimal 202 212 121 0.05 0 0.43 0.17 66.59 0.51 0.65
Hex CA D4 79 5 0 2B 11 43 33 41
Octal 312 324 171 5 0 53 21 103 63 101
Binary 11001010 11010100 1111001 101 0 101011 10001 1000011 110011 1000001

Color Harmonies of #CAD479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD479

Black with #CAD479

Text Example


Text Example

White with #CAD479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD479; }

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

 H1.HeaderClassName
 {
   color: #CAD479;
 }
 .AnyTagClassName
 {
   color: #CAD479;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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