Html Css Color HEX #DDF673 Mindaro

📋 copy color: '#DDF673'

red 221 ◦ green 246 ◦ blue 115

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

Shades of Mindaro #DDF673

Tints of Mindaro #DDF673

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.27%

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

R = 37.97%
G = 42.27%
B = 19.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#DDF673 (or 0xDDF673) is known color: Mindaro. HEX triplet: DD, F6 and 73. RGB value is (221,246,115). Sum of RGB (Red+Green+Blue) = 221+246+115=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF673 is #22098C. Grayscale: #E0E0E0. Windows color (decimal): -2230669 or 7599837. OLE color: 7599837.

HSL color Cylindrical-coordinate representation of color #DDF673: hue angle of 71.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF673 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 115 -
CMYK 0.10 0 0.53 0.04
HSL 71.45º 0.88% 0.71% -
HSV(B) 71.45º 0.53% 0.96% -
XYZ 65.87 82.52 28.68 -
YUV 223.59 66.72 126.15 -
System Red Green Blue C M Y K H S L
Decimal 221 246 115 0.10 0 0.53 0.04 71.45 0.88 0.71
Hex DD F6 73 A 0 35 4 47 58 47
Octal 335 366 163 12 0 65 4 107 130 107
Binary 11011101 11110110 1110011 1010 0 110101 100 1000111 1011000 1000111

Color Harmonies of #DDF673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF673

Black with #DDF673

Text Example


Text Example

White with #DDF673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF673; }

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

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

background-color css

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

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

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

border-color css

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

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

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