#ddf977

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

Shades of Mindaro #DDF977

Tints of Mindaro #DDF977

Color information

#DDF977 (or 0xDDF977) is unknown color: approx Mindaro. HEX triplet: DD, F9 and 77. RGB value is (221,249,119). Sum of RGB (Red+Green+Blue) = 221+249+119=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF977 is #220688. Grayscale: #E2E2E2. Windows color (decimal): -2229897 or 7862749. OLE color: 7862749.

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

Color convert

RGB221249119-
CMYK0.1100.520.02
HSL72.92º91.55%72.16%-
HSV(B)72.92º52.21%97.65%-
XYZ67.0284.4630.22-
YUV225.8167.72124.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 249 (97.66% from 255) = 42.28%
BLUE value IS 119 (46.88% from 255) = 20.20%
R=37.52%
G=42.28%
B=20.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491190.1100.520.0272.9291.5572.16
HexDDF977B0342495c48
Octal335371167130642111134110
Binary110111011111100111101111011011010010100100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddf977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddf977; }

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

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

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

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

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

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

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

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