#CDE871

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

Shades of Mindaro #CDE871

Tints of Mindaro #CDE871

Color information

#CDE871 (or 0xCDE871) is unknown color: approx Mindaro. HEX triplet: CD, E8 and 71. RGB value is (205,232,113). Sum of RGB (Red+Green+Blue) = 205+232+113=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE871 is #32178E. Grayscale: #D2D2D2. Windows color (decimal): -3282831 or 7465165. OLE color: 7465165.

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

Color convert

RGB205232113-
CMYK0.1200.510.09
HSL73.61º72.12%67.65%-
HSV(B)73.61º51.29%90.98%-
XYZ57.0171.8826.49-
YUV210.3673.05124.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 113 (44.53% from 255) = 20.55%
R=37.27%
G=42.18%
B=20.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052321130.1200.510.0973.6172.1267.65
HexCDE871C03394a4844
Octal3153501611406311112110104
Binary11001101111010001110001110001100111001100101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE871; }

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

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

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

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

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

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

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

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