Html Css Color HEX #DDF871 Mindaro

📋 copy color: '#DDF871'

red 221 ◦ green 248 ◦ blue 113

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

Shades of Mindaro #DDF871

Tints of Mindaro #DDF871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.42%

R = 37.97%
G = 42.61%
B = 19.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#DDF871 (or 0xDDF871) is known color: Mindaro. HEX triplet: DD, F8 and 71. RGB value is (221,248,113). Sum of RGB (Red+Green+Blue) = 221+248+113=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 113 (44.53% from 255 or 19.42% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF871 is #22078E. Grayscale: #E1E1E1. Windows color (decimal): -2230159 or 7469277. OLE color: 7469277.

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

Color convert

RGB 221 248 113 -
CMYK 0.11 0 0.54 0.03
HSL 72º 0.91% 0.71% -
HSV(B) 72º 0.54% 0.97% -
XYZ 66.37 83.7 28.28 -
YUV 224.54 65.05 125.48 -
System Red Green Blue C M Y K H S L
Decimal 221 248 113 0.11 0 0.54 0.03 72 0.91 0.71
Hex DD F8 71 B 0 36 3 48 5B 47
Octal 335 370 161 13 0 66 3 110 133 107
Binary 11011101 11111000 1110001 1011 0 110110 11 1001000 1011011 1000111

Color Harmonies of #DDF871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF871

Black with #DDF871

Text Example


Text Example

White with #DDF871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF871; }

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

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

background-color css

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

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

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

border-color css

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

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

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