Html Css Color HEX #DDE578 Mindaro

📋 copy color: '#DDE578'

red 221 ◦ green 229 ◦ blue 120

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

Shades of Mindaro #DDE578

Tints of Mindaro #DDE578

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.18%

 BLUE value IS 120 (47.27% from 255) = 21.05%

R = 38.77%
G = 40.18%
B = 21.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#DDE578 (or 0xDDE578) is known color: Mindaro. HEX triplet: DD, E5 and 78. RGB value is (221,229,120). Sum of RGB (Red+Green+Blue) = 221+229+120=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE578 is #221A87. Grayscale: #D6D6D6. Windows color (decimal): -2235016 or 7923165. OLE color: 7923165.

HSL color Cylindrical-coordinate representation of color #DDE578: hue angle of 64.4º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDE578 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 120 -
CMYK 0.03 0 0.48 0.10
HSL 64.4º 0.68% 0.68% -
HSV(B) 64.4º 0.48% 0.9% -
XYZ 61.23 72.77 28.59 -
YUV 214.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 221 229 120 0.03 0 0.48 0.10 64.4 0.68 0.68
Hex DD E5 78 3 0 30 A 40 44 44
Octal 335 345 170 3 0 60 12 100 104 104
Binary 11011101 11100101 1111000 11 0 110000 1010 1000000 1000100 1000100

Color Harmonies of #DDE578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE578

Black with #DDE578

Text Example


Text Example

White with #DDE578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE578; }

 p { color: rgb(221,229,120); }

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

background-color css

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

 a { background-color: rgb(221,229,120); }

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

border-color css

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

 span { border-color: rgb(221,229,120); }

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