#CAD77F

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

Shades of Deco #CAD77F

Tints of Deco #CAD77F

Color information

#CAD77F (or 0xCAD77F) is unknown color: approx Deco. HEX triplet: CA, D7 and 7F. RGB value is (202,215,127). Sum of RGB (Red+Green+Blue) = 202+215+127=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD77F is #352880. Grayscale: #C9C9C9. Windows color (decimal): -3483777 or 8378314. OLE color: 8378314.

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

Color convert

RGB202215127-
CMYK0.0600.410.16
HSL68.86º52.38%67.06%-
HSV(B)68.86º40.93%84.31%-
XYZ52.4962.6929.41-
YUV201.0886.19128.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 127 (50% from 255) = 23.35%
R=37.13%
G=39.52%
B=23.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151270.0600.410.1668.8652.3867.06
HexCAD77F602910453443
Octal31232717760512010564103
Binary1100101011010111111111111001010011000010001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD77F; }

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

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

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

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

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

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

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

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