Html Css Color HEX #DDF077 Mindaro

📋 copy color: '#DDF077'

red 221 ◦ green 240 ◦ blue 119

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

Shades of Mindaro #DDF077

Tints of Mindaro #DDF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.52%

R = 38.1%
G = 41.38%
B = 20.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#DDF077 (or 0xDDF077) is known color: Mindaro. HEX triplet: DD, F0 and 77. RGB value is (221,240,119). Sum of RGB (Red+Green+Blue) = 221+240+119=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF077 is #220F88. Grayscale: #DCDCDC. Windows color (decimal): -2232201 or 7860445. OLE color: 7860445.

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

Color convert

RGB 221 240 119 -
CMYK 0.08 0 0.50 0.06
HSL 69.42º 0.8% 0.7% -
HSV(B) 69.42º 0.5% 0.94% -
XYZ 64.31 79.02 29.32 -
YUV 220.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 221 240 119 0.08 0 0.50 0.06 69.42 0.8 0.7
Hex DD F0 77 8 0 32 6 45 50 46
Octal 335 360 167 10 0 62 6 105 120 106
Binary 11011101 11110000 1110111 1000 0 110010 110 1000101 1010000 1000110

Color Harmonies of #DDF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF077

Black with #DDF077

Text Example


Text Example

White with #DDF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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