Html Css Color HEX #DDF573 Mindaro

📋 copy color: '#DDF573'

red 221 ◦ green 245 ◦ blue 115

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

Shades of Mindaro #DDF573

Tints of Mindaro #DDF573

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.17%

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

R = 38.04%
G = 42.17%
B = 19.79%

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

#DDF573 (or 0xDDF573) is known color: Mindaro. HEX triplet: DD, F5 and 73. RGB value is (221,245,115). Sum of RGB (Red+Green+Blue) = 221+245+115=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF573 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF573 is #220A8C. Grayscale: #DFDFDF. Windows color (decimal): -2230925 or 7599581. OLE color: 7599581.

HSL color Cylindrical-coordinate representation of color #DDF573: hue angle of 71.08º degrees, saturation: 0.87, 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 #DDF573 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 115 -
CMYK 0.10 0 0.53 0.04
HSL 71.08º 0.87% 0.71% -
HSV(B) 71.08º 0.53% 0.96% -
XYZ 65.57 81.91 28.58 -
YUV 223 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 221 245 115 0.10 0 0.53 0.04 71.08 0.87 0.71
Hex DD F5 73 A 0 35 4 47 57 47
Octal 335 365 163 12 0 65 4 107 127 107
Binary 11011101 11110101 1110011 1010 0 110101 100 1000111 1010111 1000111

Color Harmonies of #DDF573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF573

Black with #DDF573

Text Example


Text Example

White with #DDF573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF573; }

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

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

background-color css

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

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

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

border-color css

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

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

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