#CDE56E

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

Shades of Mindaro #CDE56E

Tints of Mindaro #CDE56E

Color information

#CDE56E (or 0xCDE56E) is unknown color: approx Mindaro. HEX triplet: CD, E5 and 6E. RGB value is (205,229,110). Sum of RGB (Red+Green+Blue) = 205+229+110=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE56E is #321A91. Grayscale: #D0D0D0. Windows color (decimal): -3283602 or 7267789. OLE color: 7267789.

HSL color Cylindrical-coordinate representation of color #CDE56E: hue angle of 72.1º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDE56E is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB205229110-
CMYK0.1000.520.10
HSL72.1º69.59%66.47%-
HSV(B)72.1º51.97%89.8%-
XYZ56.0170.1425.34-
YUV208.2672.55125.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 229 (89.84% from 255) = 42.10%
BLUE value IS 110 (43.36% from 255) = 20.22%
R=37.68%
G=42.10%
B=20.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291100.1000.520.1072.169.5966.47
HexCDE56EA034A484642
Octal3153451561206412110106102
Binary11001101111001011101110101001101001010100100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE56E; }

 p { color: rgb(205,229,110); }

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

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

 a { background-color: rgb(205,229,110); }

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

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

 span { border-color: rgb(205,229,110); }

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