#CDDE7F

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

Shades of Deco #CDDE7F

Tints of Deco #CDDE7F

Color information

#CDDE7F (or 0xCDDE7F) is unknown color: approx Deco. HEX triplet: CD, DE and 7F. RGB value is (205,222,127). Sum of RGB (Red+Green+Blue) = 205+222+127=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE7F is #322180. Grayscale: #CECECE. Windows color (decimal): -3285377 or 8380109. OLE color: 8380109.

HSL color Cylindrical-coordinate representation of color #CDDE7F: hue angle of 70.74º degrees, saturation: 0.59, 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 #CDDE7F is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB205222127-
CMYK0.0800.430.13
HSL70.74º59.01%68.43%-
HSV(B)70.74º42.79%87.06%-
XYZ55.1366.7530.06-
YUV206.0983.37127.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 127 (50% from 255) = 22.92%
R=37.00%
G=40.07%
B=22.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221270.0800.430.1370.7459.0168.43
HexCDDE7F802BD473b44
Octal315336177100531510773104
Binary1100110111011110111111110000101011110110001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE7F; }

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

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

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

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

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

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

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

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