#cde556

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

Shades of Mindaro #CDE556

Tints of Mindaro #CDE556

Color information

#CDE556 (or 0xCDE556) is unknown color: approx Mindaro. HEX triplet: CD, E5 and 56. RGB value is (205,229,86). Sum of RGB (Red+Green+Blue) = 205+229+86=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE556 is #321AA9. Grayscale: #CECECE. Windows color (decimal): -3283626 or 5694925. OLE color: 5694925.

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

Color convert

RGB20522986-
CMYK0.1000.620.10
HSL70.07º73.33%61.76%-
HSV(B)70.07º62.45%89.8%-
XYZ54.8869.6919.36-
YUV205.5260.55127.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 229 (89.84% from 255) = 44.04%
BLUE value IS 86 (33.98% from 255) = 16.54%
R=39.42%
G=44.04%
B=16.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal205229860.1000.620.1070.0773.3361.76
HexCDE556A03EA46493e
Octal315345126120761210611176
Binary1100110111100101101011010100111110101010001101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cde556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cde556; }

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

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

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

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

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

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

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

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