#DDFB71

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

Shades of Mindaro #DDFB71

Tints of Mindaro #DDFB71

Color information

#DDFB71 (or 0xDDFB71) is unknown color: approx Mindaro. HEX triplet: DD, FB and 71. RGB value is (221,251,113). Sum of RGB (Red+Green+Blue) = 221+251+113=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB71 is #22048E. Grayscale: #E2E2E2. Windows color (decimal): -2229391 or 7470045. OLE color: 7470045.

HSL color Cylindrical-coordinate representation of color #DDFB71: hue angle of 73.04º degrees, saturation: 0.95, 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 #DDFB71 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB221251113-
CMYK0.1200.550.02
HSL73.04º94.52%71.37%-
HSV(B)73.04º54.98%98.43%-
XYZ67.385.5628.59-
YUV226.364.06124.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 251 (98.44% from 255) = 42.91%
BLUE value IS 113 (44.53% from 255) = 19.32%
R=37.78%
G=42.91%
B=19.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511130.1200.550.0273.0494.5271.37
HexDDFB71C0372495f47
Octal335373161140672111137107
Binary110111011111101111100011100011011110100100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB71; }

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

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

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

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

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

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

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

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