#DDF97D

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

Shades of Mindaro #DDF97D

Tints of Mindaro #DDF97D

Color information

#DDF97D (or 0xDDF97D) is unknown color: approx Mindaro. HEX triplet: DD, F9 and 7D. RGB value is (221,249,125). Sum of RGB (Red+Green+Blue) = 221+249+125=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF97D is #220682. Grayscale: #E2E2E2. Windows color (decimal): -2229891 or 8255965. OLE color: 8255965.

HSL color Cylindrical-coordinate representation of color #DDF97D: hue angle of 73.55º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF97D is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB221249125-
CMYK0.1100.500.02
HSL73.55º91.18%73.33%-
HSV(B)73.55º49.8%97.65%-
XYZ67.484.632.18-
YUV226.4970.72124.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 125 (49.22% from 255) = 21.01%
R=37.14%
G=41.85%
B=21.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491250.1100.500.0273.5591.1873.33
HexDDF97DB03224a5b49
Octal335371175130622112133111
Binary110111011111100111111011011011001010100101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF97D; }

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

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

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

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

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

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

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

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