#CDE860

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

Shades of Mindaro #CDE860

Tints of Mindaro #CDE860

Color information

#CDE860 (or 0xCDE860) is unknown color: approx Mindaro. HEX triplet: CD, E8 and 60. RGB value is (205,232,96). Sum of RGB (Red+Green+Blue) = 205+232+96=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE860 is #32179F. Grayscale: #D0D0D0. Windows color (decimal): -3282848 or 6351053. OLE color: 6351053.

HSL color Cylindrical-coordinate representation of color #CDE860: hue angle of 71.91º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDE860 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB20523296-
CMYK0.1200.590.09
HSL71.91º74.73%64.31%-
HSV(B)71.91º58.62%90.98%-
XYZ56.1471.5421.92-
YUV208.4264.55125.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 232 (91.02% from 255) = 43.53%
BLUE value IS 96 (37.89% from 255) = 18.01%
R=38.46%
G=43.53%
B=18.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205232960.1200.590.0971.9174.7364.31
HexCDE860C03B9484b40
Octal3153501401407311110113100
Binary11001101111010001100000110001110111001100100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE860; }

 p { color: rgb(205,232,96); }

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

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

 a { background-color: rgb(205,232,96); }

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

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

 span { border-color: rgb(205,232,96); }

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