Html Css Color HEX #DDF070 Mindaro

📋 copy color: '#DDF070'

red 221 ◦ green 240 ◦ blue 112

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

Shades of Mindaro #DDF070

Tints of Mindaro #DDF070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.88%

 BLUE value IS 112 (44.14% from 255) = 19.55%

R = 38.57%
G = 41.88%
B = 19.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#DDF070 (or 0xDDF070) is known color: Mindaro. HEX triplet: DD, F0 and 70. RGB value is (221,240,112). Sum of RGB (Red+Green+Blue) = 221+240+112=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF070 is #220F8F. Grayscale: #DCDCDC. Windows color (decimal): -2232208 or 7401693. OLE color: 7401693.

HSL color Cylindrical-coordinate representation of color #DDF070: hue angle of 68.91º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF070 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 112 -
CMYK 0.08 0 0.53 0.06
HSL 68.91º 0.81% 0.69% -
HSV(B) 68.91º 0.53% 0.94% -
XYZ 63.9 78.86 27.18 -
YUV 219.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 221 240 112 0.08 0 0.53 0.06 68.91 0.81 0.69
Hex DD F0 70 8 0 35 6 45 51 45
Octal 335 360 160 10 0 65 6 105 121 105
Binary 11011101 11110000 1110000 1000 0 110101 110 1000101 1010001 1000101

Color Harmonies of #DDF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF070

Black with #DDF070

Text Example


Text Example

White with #DDF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF070; }

 p { color: rgb(221,240,112); }

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

background-color css

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

 a { background-color: rgb(221,240,112); }

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

border-color css

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

 span { border-color: rgb(221,240,112); }

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