Html Css Color HEX #DDF882 Mindaro

📋 copy color: '#DDF882'

red 221 ◦ green 248 ◦ blue 130

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

Shades of Mindaro #DDF882

Tints of Mindaro #DDF882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.4%

 BLUE value IS 130 (51.17% from 255) = 21.7%

R = 36.89%
G = 41.4%
B = 21.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#DDF882 (or 0xDDF882) is known color: Mindaro. HEX triplet: DD, F8 and 82. RGB value is (221,248,130). Sum of RGB (Red+Green+Blue) = 221+248+130=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF882 is #22077D. Grayscale: #E2E2E2. Windows color (decimal): -2230142 or 8583389. OLE color: 8583389.

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

Color convert

RGB 221 248 130 -
CMYK 0.11 0 0.48 0.03
HSL 73.73º 0.89% 0.74% -
HSV(B) 73.73º 0.48% 0.97% -
XYZ 67.42 84.12 33.8 -
YUV 226.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 221 248 130 0.11 0 0.48 0.03 73.73 0.89 0.74
Hex DD F8 82 B 0 30 3 4A 59 4A
Octal 335 370 202 13 0 60 3 112 131 112
Binary 11011101 11111000 10000010 1011 0 110000 11 1001010 1011001 1001010

Color Harmonies of #DDF882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF882

Black with #DDF882

Text Example


Text Example

White with #DDF882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF882; }

 p { color: rgb(221,248,130); }

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

background-color css

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

 a { background-color: rgb(221,248,130); }

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

border-color css

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

 span { border-color: rgb(221,248,130); }

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