Html Css Color HEX #DDF178 Mindaro

📋 copy color: '#DDF178'

red 221 ◦ green 241 ◦ blue 120

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

Shades of Mindaro #DDF178

Tints of Mindaro #DDF178

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.41%

 BLUE value IS 120 (47.27% from 255) = 20.62%

R = 37.97%
G = 41.41%
B = 20.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#DDF178 (or 0xDDF178) is known color: Mindaro. HEX triplet: DD, F1 and 78. RGB value is (221,241,120). Sum of RGB (Red+Green+Blue) = 221+241+120=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF178 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF178 is #220E87. Grayscale: #DDDDDD. Windows color (decimal): -2231944 or 7926237. OLE color: 7926237.

HSL color Cylindrical-coordinate representation of color #DDF178: hue angle of 69.92º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF178 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 120 -
CMYK 0.08 0 0.50 0.05
HSL 69.92º 0.81% 0.71% -
HSV(B) 69.92º 0.5% 0.95% -
XYZ 64.66 79.64 29.73 -
YUV 221.23 70.87 127.84 -
System Red Green Blue C M Y K H S L
Decimal 221 241 120 0.08 0 0.50 0.05 69.92 0.81 0.71
Hex DD F1 78 8 0 32 5 46 51 47
Octal 335 361 170 10 0 62 5 106 121 107
Binary 11011101 11110001 1111000 1000 0 110010 101 1000110 1010001 1000111

Color Harmonies of #DDF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF178

Black with #DDF178

Text Example


Text Example

White with #DDF178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF178; }

 p { color: rgb(221,241,120); }

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

background-color css

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

 a { background-color: rgb(221,241,120); }

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

border-color css

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

 span { border-color: rgb(221,241,120); }

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