#cde559

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

Shades of Mindaro #CDE559

Tints of Mindaro #CDE559

Color information

#CDE559 (or 0xCDE559) is unknown color: approx Mindaro. HEX triplet: CD, E5 and 59. RGB value is (205,229,89). Sum of RGB (Red+Green+Blue) = 205+229+89=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE559 is #321AA6. Grayscale: #CECECE. Windows color (decimal): -3283623 or 5891533. OLE color: 5891533.

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

Color convert

RGB20522989-
CMYK0.1000.610.10
HSL70.29º72.92%62.35%-
HSV(B)70.29º61.14%89.8%-
XYZ5569.7420.01-
YUV205.8662.05127.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 229 (89.84% from 255) = 43.79%
BLUE value IS 89 (35.16% from 255) = 17.02%
R=39.20%
G=43.79%
B=17.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal205229890.1000.610.1070.2972.9262.35
HexCDE559A03DA46493e
Octal315345131120751210611176
Binary1100110111100101101100110100111101101010001101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cde559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cde559; }

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

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

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

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

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

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

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

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