#CDDE6D

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

Shades of Mindaro #CDDE6D

Tints of Mindaro #CDDE6D

Color information

#CDDE6D (or 0xCDDE6D) is unknown color: approx Mindaro. HEX triplet: CD, DE and 6D. RGB value is (205,222,109). Sum of RGB (Red+Green+Blue) = 205+222+109=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE6D is #322192. Grayscale: #CCCCCC. Windows color (decimal): -3285395 or 7200461. OLE color: 7200461.

HSL color Cylindrical-coordinate representation of color #CDDE6D: hue angle of 69.03º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDDE6D is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB205222109-
CMYK0.0800.510.13
HSL69.03º63.13%64.9%-
HSV(B)69.03º50.9%87.06%-
XYZ54.0666.3324.42-
YUV204.0374.37128.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 109 (42.97% from 255) = 20.34%
R=38.25%
G=41.42%
B=20.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221090.0800.510.1369.0363.1364.9
HexCDDE6D8033D453f41
Octal315336155100631510577101
Binary1100110111011110110110110000110011110110001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE6D; }

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

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

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

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

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

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

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

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