Html Css Color HEX #DDF57D Mindaro

📋 copy color: '#DDF57D'

red 221 ◦ green 245 ◦ blue 125

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

Shades of Mindaro #DDF57D

Tints of Mindaro #DDF57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.15%

R = 37.39%
G = 41.46%
B = 21.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DDF57D (or 0xDDF57D) is known color: Mindaro. HEX triplet: DD, F5 and 7D. RGB value is (221,245,125). Sum of RGB (Red+Green+Blue) = 221+245+125=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF57D is #220A82. Grayscale: #E0E0E0. Windows color (decimal): -2230915 or 8254941. OLE color: 8254941.

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

Color convert

RGB 221 245 125 -
CMYK 0.10 0 0.49 0.04
HSL 72º 0.86% 0.73% -
HSV(B) 72º 0.49% 0.96% -
XYZ 66.17 82.16 31.77 -
YUV 224.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 221 245 125 0.10 0 0.49 0.04 72 0.86 0.73
Hex DD F5 7D A 0 31 4 48 56 49
Octal 335 365 175 12 0 61 4 110 126 111
Binary 11011101 11110101 1111101 1010 0 110001 100 1001000 1010110 1001001

Color Harmonies of #DDF57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF57D

Black with #DDF57D

Text Example


Text Example

White with #DDF57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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