#CAD77B

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

Shades of Deco #CAD77B

Tints of Deco #CAD77B

Color information

#CAD77B (or 0xCAD77B) is unknown color: approx Deco. HEX triplet: CA, D7 and 7B. RGB value is (202,215,123). Sum of RGB (Red+Green+Blue) = 202+215+123=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD77B is #352884. Grayscale: #C8C8C8. Windows color (decimal): -3483781 or 8116170. OLE color: 8116170.

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

Color convert

RGB202215123-
CMYK0.0600.430.16
HSL68.48º53.49%66.27%-
HSV(B)68.48º42.79%84.31%-
XYZ52.2362.5928.07-
YUV200.6284.19128.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=37.41%
G=39.81%
B=22.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151230.0600.430.1668.4853.4966.27
HexCAD77B602B10443542
Octal31232717360532010465102
Binary1100101011010111111101111001010111000010001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD77B; }

 p { color: rgb(202,215,123); }

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

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

 a { background-color: rgb(202,215,123); }

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

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

 span { border-color: rgb(202,215,123); }

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