Html Css Color HEX #DDF881 Mindaro

📋 copy color: '#DDF881'

red 221 ◦ green 248 ◦ blue 129

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

Shades of Mindaro #DDF881

Tints of Mindaro #DDF881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.57%

R = 36.96%
G = 41.47%
B = 21.57%

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

#DDF881 (or 0xDDF881) is known color: Mindaro. HEX triplet: DD, F8 and 81. RGB value is (221,248,129). Sum of RGB (Red+Green+Blue) = 221+248+129=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF881 is #22077E. Grayscale: #E2E2E2. Windows color (decimal): -2230143 or 8517853. OLE color: 8517853.

HSL color Cylindrical-coordinate representation of color #DDF881: hue angle of 73.61º 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 #DDF881 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 129 -
CMYK 0.11 0 0.48 0.03
HSL 73.61º 0.89% 0.74% -
HSV(B) 73.61º 0.48% 0.97% -
XYZ 67.35 84.09 33.45 -
YUV 226.36 73.05 124.18 -
System Red Green Blue C M Y K H S L
Decimal 221 248 129 0.11 0 0.48 0.03 73.61 0.89 0.74
Hex DD F8 81 B 0 30 3 4A 59 4A
Octal 335 370 201 13 0 60 3 112 131 112
Binary 11011101 11111000 10000001 1011 0 110000 11 1001010 1011001 1001010

Color Harmonies of #DDF881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF881

Black with #DDF881

Text Example


Text Example

White with #DDF881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF881; }

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

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

background-color css

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

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

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

border-color css

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

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

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