#CDF563

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

Shades of Mindaro #CDF563

Tints of Mindaro #CDF563

Color information

#CDF563 (or 0xCDF563) is unknown color: approx Mindaro. HEX triplet: CD, F5 and 63. RGB value is (205,245,99). Sum of RGB (Red+Green+Blue) = 205+245+99=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF563 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF563 is #320A9C. Grayscale: #D8D8D8. Windows color (decimal): -3279517 or 6550989. OLE color: 6550989.

HSL color Cylindrical-coordinate representation of color #CDF563: hue angle of 76.44º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF563 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB20524599-
CMYK0.1600.600.04
HSL76.44º87.95%67.45%-
HSV(B)76.44º59.59%96.08%-
XYZ60.0879.1823.92-
YUV216.461.75119.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 99 (39.06% from 255) = 18.03%
R=37.34%
G=44.63%
B=18.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205245990.1600.600.0476.4487.9567.45
HexCDF5631003C44c5843
Octal315365143200744114130103
Binary11001101111101011100011100000111100100100110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF563; }

 p { color: rgb(205,245,99); }

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

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

 a { background-color: rgb(205,245,99); }

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

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

 span { border-color: rgb(205,245,99); }

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