#CDE553

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

Shades of Mindaro #CDE553

Tints of Mindaro #CDE553

Color information

#CDE553 (or 0xCDE553) is unknown color: approx Mindaro. HEX triplet: CD, E5 and 53. RGB value is (205,229,83). Sum of RGB (Red+Green+Blue) = 205+229+83=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE553 is #321AAC. Grayscale: #CDCDCD. Windows color (decimal): -3283629 or 5498317. OLE color: 5498317.

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

Color convert

RGB20522983-
CMYK0.1000.640.10
HSL69.86º73.74%61.18%-
HSV(B)69.86º63.76%89.8%-
XYZ54.7669.6418.74-
YUV205.1859.05127.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 229 (89.84% from 255) = 44.29%
BLUE value IS 83 (32.81% from 255) = 16.05%
R=39.65%
G=44.29%
B=16.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal205229830.1000.640.1069.8673.7461.18
HexCDE553A040A464a3d
Octal3153451231201001210611275
Binary11001101111001011010011101001000000101010001101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE553; }

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

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

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

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

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

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

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

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