Html Css Color HEX #DDF776 Mindaro

📋 copy color: '#DDF776'

red 221 ◦ green 247 ◦ blue 118

#DDF776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DDF776

Tints of Mindaro #DDF776

RGB

 RED value IS 221 (86.72% from 255) = 37.71%

 GREEN value IS 247 (96.88% from 255) = 42.15%

 BLUE value IS 118 (46.48% from 255) = 20.14%

R = 37.71%
G = 42.15%
B = 20.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#DDF776 (or 0xDDF776) is known color: Mindaro. HEX triplet: DD, F7 and 76. RGB value is (221,247,118). Sum of RGB (Red+Green+Blue) = 221+247+118=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF776 is #220889. Grayscale: #E1E1E1. Windows color (decimal): -2230410 or 7796701. OLE color: 7796701.

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

Color convert

RGB 221 247 118 -
CMYK 0.11 0 0.52 0.03
HSL 72.09º 0.89% 0.72% -
HSV(B) 72.09º 0.52% 0.97% -
XYZ 66.35 83.2 29.7 -
YUV 224.52 67.89 125.49 -
System Red Green Blue C M Y K H S L
Decimal 221 247 118 0.11 0 0.52 0.03 72.09 0.89 0.72
Hex DD F7 76 B 0 34 3 48 59 48
Octal 335 367 166 13 0 64 3 110 131 110
Binary 11011101 11110111 1110110 1011 0 110100 11 1001000 1011001 1001000

Color Harmonies of #DDF776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF776

Black with #DDF776

Text Example


Text Example

White with #DDF776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF776; }

 p { color: rgb(221,247,118); }

 H1.HeaderClassName
 {
   color: #DDF776;
 }
 .AnyTagClassName
 {
   color: #DDF776;
 }
</style>

background-color css

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

 a { background-color: rgb(221,247,118); }

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

border-color css

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

 span { border-color: rgb(221,247,118); }

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