#DDF37D

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

Shades of Mindaro #DDF37D

Tints of Mindaro #DDF37D

Color information

#DDF37D (or 0xDDF37D) is unknown color: approx Mindaro. HEX triplet: DD, F3 and 7D. RGB value is (221,243,125). Sum of RGB (Red+Green+Blue) = 221+243+125=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF37D is #220C82. Grayscale: #DFDFDF. Windows color (decimal): -2231427 or 8254429. OLE color: 8254429.

HSL color Cylindrical-coordinate representation of color #DDF37D: hue angle of 71.19º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF37D is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB221243125-
CMYK0.0900.490.05
HSL71.19º83.1%72.16%-
HSV(B)71.19º48.56%95.29%-
XYZ65.5780.9531.57-
YUV222.9772.71126.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 243 (95.31% from 255) = 41.26%
BLUE value IS 125 (49.22% from 255) = 21.22%
R=37.52%
G=41.26%
B=21.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212431250.0900.490.0571.1983.172.16
HexDDF37D90315475348
Octal335363175110615107123110
Binary1101110111110011111110110010110001101100011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF37D; }

 p { color: rgb(221,243,125); }

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

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

 a { background-color: rgb(221,243,125); }

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

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

 span { border-color: rgb(221,243,125); }

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