Html Css Color HEX #DDFE76 Mindaro

📋 copy color: '#DDFE76'

red 221 ◦ green 254 ◦ blue 118

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

Shades of Mindaro #DDFE76

Tints of Mindaro #DDFE76

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.83%

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

R = 37.27%
G = 42.83%
B = 19.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#DDFE76 (or 0xDDFE76) is known color: Mindaro. HEX triplet: DD, FE and 76. RGB value is (221,254,118). Sum of RGB (Red+Green+Blue) = 221+254+118=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE76 is #220189. Grayscale: #E5E5E5. Windows color (decimal): -2228618 or 7798493. OLE color: 7798493.

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

Color convert

RGB 221 254 118 -
CMYK 0.13 0 0.54 0.00
HSL 74.56º 0.99% 0.73% -
HSV(B) 74.56º 0.54% 1% -
XYZ 68.53 87.56 30.43 -
YUV 228.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 221 254 118 0.13 0 0.54 0.00 74.56 0.99 0.73
Hex DD FE 76 D 0 36 0 4B 63 49
Octal 335 376 166 15 0 66 0 113 143 111
Binary 11011101 11111110 1110110 1101 0 110110 0 1001011 1100011 1001001

Color Harmonies of #DDFE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE76

Black with #DDFE76

Text Example


Text Example

White with #DDFE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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