Html Css Color HEX #DDF076 Mindaro

📋 copy color: '#DDF076'

red 221 ◦ green 240 ◦ blue 118

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

Shades of Mindaro #DDF076

Tints of Mindaro #DDF076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.38%

R = 38.17%
G = 41.45%
B = 20.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DDF076 (or 0xDDF076) is known color: Mindaro. HEX triplet: DD, F0 and 76. RGB value is (221,240,118). Sum of RGB (Red+Green+Blue) = 221+240+118=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF076 is #220F89. Grayscale: #DCDCDC. Windows color (decimal): -2232202 or 7794909. OLE color: 7794909.

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

Color convert

RGB 221 240 118 -
CMYK 0.08 0 0.51 0.06
HSL 69.34º 0.8% 0.7% -
HSV(B) 69.34º 0.51% 0.94% -
XYZ 64.25 79 29 -
YUV 220.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 221 240 118 0.08 0 0.51 0.06 69.34 0.8 0.7
Hex DD F0 76 8 0 33 6 45 50 46
Octal 335 360 166 10 0 63 6 105 120 106
Binary 11011101 11110000 1110110 1000 0 110011 110 1000101 1010000 1000110

Color Harmonies of #DDF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF076

Black with #DDF076

Text Example


Text Example

White with #DDF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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