Html Css Color HEX #DDF873 Mindaro

📋 copy color: '#DDF873'

red 221 ◦ green 248 ◦ blue 115

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

Shades of Mindaro #DDF873

Tints of Mindaro #DDF873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.69%

R = 37.84%
G = 42.47%
B = 19.69%

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

#DDF873 (or 0xDDF873) is known color: Mindaro. HEX triplet: DD, F8 and 73. RGB value is (221,248,115). Sum of RGB (Red+Green+Blue) = 221+248+115=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF873 is #22078C. Grayscale: #E1E1E1. Windows color (decimal): -2230157 or 7600349. OLE color: 7600349.

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

Color convert

RGB 221 248 115 -
CMYK 0.11 0 0.54 0.03
HSL 72.18º 0.9% 0.71% -
HSV(B) 72.18º 0.54% 0.97% -
XYZ 66.48 83.74 28.88 -
YUV 224.77 66.05 125.31 -
System Red Green Blue C M Y K H S L
Decimal 221 248 115 0.11 0 0.54 0.03 72.18 0.9 0.71
Hex DD F8 73 B 0 36 3 48 5A 47
Octal 335 370 163 13 0 66 3 110 132 107
Binary 11011101 11111000 1110011 1011 0 110110 11 1001000 1011010 1000111

Color Harmonies of #DDF873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF873

Black with #DDF873

Text Example


Text Example

White with #DDF873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF873; }

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

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

background-color css

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

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

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

border-color css

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

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

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