Html Css Color HEX #DDF071 Mindaro

📋 copy color: '#DDF071'

red 221 ◦ green 240 ◦ blue 113

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

Shades of Mindaro #DDF071

Tints of Mindaro #DDF071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.69%

R = 38.5%
G = 41.81%
B = 19.69%

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

#DDF071 (or 0xDDF071) is known color: Mindaro. HEX triplet: DD, F0 and 71. RGB value is (221,240,113). Sum of RGB (Red+Green+Blue) = 221+240+113=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF071 is #220F8E. Grayscale: #DCDCDC. Windows color (decimal): -2232207 or 7467229. OLE color: 7467229.

HSL color Cylindrical-coordinate representation of color #DDF071: hue angle of 68.98º 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 #DDF071 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 113 -
CMYK 0.08 0 0.53 0.06
HSL 68.98º 0.81% 0.69% -
HSV(B) 68.98º 0.53% 0.94% -
XYZ 63.96 78.88 27.48 -
YUV 219.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 221 240 113 0.08 0 0.53 0.06 68.98 0.81 0.69
Hex DD F0 71 8 0 35 6 45 51 45
Octal 335 360 161 10 0 65 6 105 121 105
Binary 11011101 11110000 1110001 1000 0 110101 110 1000101 1010001 1000101

Color Harmonies of #DDF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF071

Black with #DDF071

Text Example


Text Example

White with #DDF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF071; }

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

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

background-color css

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

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

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

border-color css

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

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

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