Html Css Color HEX #DDFD76 Mindaro

📋 copy color: '#DDFD76'

red 221 ◦ green 253 ◦ blue 118

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

Shades of Mindaro #DDFD76

Tints of Mindaro #DDFD76

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.74%

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

R = 37.33%
G = 42.74%
B = 19.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#DDFD76 (or 0xDDFD76) is known color: Mindaro. HEX triplet: DD, FD and 76. RGB value is (221,253,118). Sum of RGB (Red+Green+Blue) = 221+253+118=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD76 is #220289. Grayscale: #E4E4E4. Windows color (decimal): -2228874 or 7798237. OLE color: 7798237.

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

Color convert

RGB 221 253 118 -
CMYK 0.13 0 0.53 0.01
HSL 74.22º 0.97% 0.73% -
HSV(B) 74.22º 0.53% 0.99% -
XYZ 68.21 86.93 30.32 -
YUV 228.04 65.9 122.98 -
System Red Green Blue C M Y K H S L
Decimal 221 253 118 0.13 0 0.53 0.01 74.22 0.97 0.73
Hex DD FD 76 D 0 35 1 4A 61 49
Octal 335 375 166 15 0 65 1 112 141 111
Binary 11011101 11111101 1110110 1101 0 110101 1 1001010 1100001 1001001

Color Harmonies of #DDFD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD76

Black with #DDFD76

Text Example


Text Example

White with #DDFD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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