#CDDD7F

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

Shades of Deco #CDDD7F

Tints of Deco #CDDD7F

Color information

#CDDD7F (or 0xCDDD7F) is unknown color: approx Deco. HEX triplet: CD, DD and 7F. RGB value is (205,221,127). Sum of RGB (Red+Green+Blue) = 205+221+127=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD7F is #322280. Grayscale: #CDCDCD. Windows color (decimal): -3285633 or 8379853. OLE color: 8379853.

HSL color Cylindrical-coordinate representation of color #CDDD7F: hue angle of 70.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDDD7F is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB205221127-
CMYK0.0700.430.13
HSL70.21º58.02%68.24%-
HSV(B)70.21º42.53%86.67%-
XYZ54.8666.2229.97-
YUV205.583.7127.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 127 (50% from 255) = 22.97%
R=37.07%
G=39.96%
B=22.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211270.0700.430.1370.2158.0268.24
HexCDDD7F702BD463a44
Octal31533517770531510672104
Binary110011011101110111111111110101011110110001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD7F; }

 p { color: rgb(205,221,127); }

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

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

 a { background-color: rgb(205,221,127); }

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

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

 span { border-color: rgb(205,221,127); }

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