#DDF97E

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

Shades of Mindaro #DDF97E

Tints of Mindaro #DDF97E

Color information

#DDF97E (or 0xDDF97E) is unknown color: approx Mindaro. HEX triplet: DD, F9 and 7E. RGB value is (221,249,126). Sum of RGB (Red+Green+Blue) = 221+249+126=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF97E is #220681. Grayscale: #E3E3E3. Windows color (decimal): -2229890 or 8321501. OLE color: 8321501.

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

Color convert

RGB221249126-
CMYK0.1100.490.02
HSL73.66º91.11%73.53%-
HSV(B)73.66º49.4%97.65%-
XYZ67.4684.6332.52-
YUV226.6171.22124-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 126 (49.61% from 255) = 21.14%
R=37.08%
G=41.78%
B=21.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491260.1100.490.0273.6691.1173.53
HexDDF97EB03124a5b4a
Octal335371176130612112133112
Binary110111011111100111111101011011000110100101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF97E; }

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

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

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

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

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

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

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

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