Html Css Color HEX #DDFF76 Mindaro

📋 copy color: '#DDFF76'

red 221 ◦ green 255 ◦ blue 118

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

Shades of Mindaro #DDFF76

Tints of Mindaro #DDFF76

RGB

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

 GREEN value IS 255 (100% from 255) = 42.93%

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

R = 37.21%
G = 42.93%
B = 19.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#DDFF76 (or 0xDDFF76) is known color: Mindaro. HEX triplet: DD, FF and 76. RGB value is (221,255,118). Sum of RGB (Red+Green+Blue) = 221+255+118=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF76 is #220089. Grayscale: #E5E5E5. Windows color (decimal): -2228362 or 7798749. OLE color: 7798749.

HSL color Cylindrical-coordinate representation of color #DDFF76: hue angle of 74.89º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDFF76 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 118 -
CMYK 0.13 0 0.54 0
HSL 74.89º 1% 0.73% -
HSV(B) 74.89º 0.54% 1% -
XYZ 68.85 88.2 30.54 -
YUV 229.22 65.24 122.14 -
System Red Green Blue C M Y K H S L
Decimal 221 255 118 0.13 0 0.54 0 74.89 1 0.73
Hex DD FF 76 D 0 36 0 4B 64 49
Octal 335 377 166 15 0 66 0 113 144 111
Binary 11011101 11111111 1110110 1101 0 110110 0 1001011 1100100 1001001

Color Harmonies of #DDFF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF76

Black with #DDFF76

Text Example


Text Example

White with #DDFF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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