#CDDE6F

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

Shades of Mindaro #CDDE6F

Tints of Mindaro #CDDE6F

Color information

#CDDE6F (or 0xCDDE6F) is unknown color: approx Mindaro. HEX triplet: CD, DE and 6F. RGB value is (205,222,111). Sum of RGB (Red+Green+Blue) = 205+222+111=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE6F is #322190. Grayscale: #CCCCCC. Windows color (decimal): -3285393 or 7331533. OLE color: 7331533.

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

Color convert

RGB205222111-
CMYK0.0800.50.13
HSL69.19º62.71%65.29%-
HSV(B)69.19º50%87.06%-
XYZ54.1766.3724.99-
YUV204.2675.37128.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 111 (43.75% from 255) = 20.63%
R=38.10%
G=41.26%
B=20.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221110.0800.50.1369.1962.7165.29
HexCDDE6F8032D453f41
Octal315336157100621510577101
Binary1100110111011110110111110000110010110110001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE6F; }

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

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

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

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

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

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

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

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