#DDFD83

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

Shades of Mindaro #DDFD83

Tints of Mindaro #DDFD83

Color information

#DDFD83 (or 0xDDFD83) is unknown color: approx Mindaro. HEX triplet: DD, FD and 83. RGB value is (221,253,131). Sum of RGB (Red+Green+Blue) = 221+253+131=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD83 is #22027C. Grayscale: #E5E5E5. Windows color (decimal): -2228861 or 8650205. OLE color: 8650205.

HSL color Cylindrical-coordinate representation of color #DDFD83: hue angle of 75.74º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDFD83 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB221253131-
CMYK0.1300.480.01
HSL75.74º96.83%75.29%-
HSV(B)75.74º48.22%99.22%-
XYZ69.0487.2634.68-
YUV229.5272.4121.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 131 (51.56% from 255) = 21.65%
R=36.53%
G=41.82%
B=21.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531310.1300.480.0175.7496.8375.29
HexDDFD83D03014c614b
Octal335375203150601114141113
Binary110111011111110110000011110101100001100110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD83; }

 p { color: rgb(221,253,131); }

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

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

 a { background-color: rgb(221,253,131); }

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

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

 span { border-color: rgb(221,253,131); }

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