#DDF971

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

Shades of Mindaro #DDF971

Tints of Mindaro #DDF971

Color information

#DDF971 (or 0xDDF971) is unknown color: approx Mindaro. HEX triplet: DD, F9 and 71. RGB value is (221,249,113). Sum of RGB (Red+Green+Blue) = 221+249+113=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF971 is #22068E. Grayscale: #E1E1E1. Windows color (decimal): -2229903 or 7469533. OLE color: 7469533.

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

Color convert

RGB221249113-
CMYK0.1100.550.02
HSL72.35º91.89%70.98%-
HSV(B)72.35º54.62%97.65%-
XYZ66.6884.3228.38-
YUV225.1264.72125.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 113 (44.53% from 255) = 19.38%
R=37.91%
G=42.71%
B=19.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491130.1100.550.0272.3591.8970.98
HexDDF971B0372485c47
Octal335371161130672110134107
Binary110111011111100111100011011011011110100100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF971; }

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

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

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

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

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

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

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

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