Html Css Color HEX #DDF780 Mindaro

📋 copy color: '#DDF780'

red 221 ◦ green 247 ◦ blue 128

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

Shades of Mindaro #DDF780

Tints of Mindaro #DDF780

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.44%

 BLUE value IS 128 (50.39% from 255) = 21.48%

R = 37.08%
G = 41.44%
B = 21.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#DDF780 (or 0xDDF780) is known color: Mindaro. HEX triplet: DD, F7 and 80. RGB value is (221,247,128). Sum of RGB (Red+Green+Blue) = 221+247+128=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF780 is #22087F. Grayscale: #E2E2E2. Windows color (decimal): -2230400 or 8452061. OLE color: 8452061.

HSL color Cylindrical-coordinate representation of color #DDF780: hue angle of 73.11º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF780 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 128 -
CMYK 0.11 0 0.48 0.03
HSL 73.11º 0.88% 0.74% -
HSV(B) 73.11º 0.48% 0.97% -
XYZ 66.98 83.45 33 -
YUV 225.66 72.89 124.68 -
System Red Green Blue C M Y K H S L
Decimal 221 247 128 0.11 0 0.48 0.03 73.11 0.88 0.74
Hex DD F7 80 B 0 30 3 49 58 4A
Octal 335 367 200 13 0 60 3 111 130 112
Binary 11011101 11110111 10000000 1011 0 110000 11 1001001 1011000 1001010

Color Harmonies of #DDF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF780

Black with #DDF780

Text Example


Text Example

White with #DDF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF780; }

 p { color: rgb(221,247,128); }

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

background-color css

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

 a { background-color: rgb(221,247,128); }

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

border-color css

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

 span { border-color: rgb(221,247,128); }

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