Html Css Color HEX #DDF770 Mindaro

📋 copy color: '#DDF770'

red 221 ◦ green 247 ◦ blue 112

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

Shades of Mindaro #DDF770

Tints of Mindaro #DDF770

RGB

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

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

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

R = 38.1%
G = 42.59%
B = 19.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#DDF770 (or 0xDDF770) is known color: Mindaro. HEX triplet: DD, F7 and 70. RGB value is (221,247,112). Sum of RGB (Red+Green+Blue) = 221+247+112=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF770 is #22088F. Grayscale: #E0E0E0. Windows color (decimal): -2230416 or 7403485. OLE color: 7403485.

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

Color convert

RGB 221 247 112 -
CMYK 0.11 0 0.55 0.03
HSL 71.56º 0.89% 0.7% -
HSV(B) 71.56º 0.55% 0.97% -
XYZ 66 83.06 27.88 -
YUV 223.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 221 247 112 0.11 0 0.55 0.03 71.56 0.89 0.7
Hex DD F7 70 B 0 37 3 48 59 46
Octal 335 367 160 13 0 67 3 110 131 106
Binary 11011101 11110111 1110000 1011 0 110111 11 1001000 1011001 1000110

Color Harmonies of #DDF770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF770

Black with #DDF770

Text Example


Text Example

White with #DDF770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF770; }

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

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

background-color css

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

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

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

border-color css

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

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

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