Html Css Color HEX #DDF170 Mindaro

📋 copy color: '#DDF170'

red 221 ◦ green 241 ◦ blue 112

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

Shades of Mindaro #DDF170

Tints of Mindaro #DDF170

RGB

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

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

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

R = 38.5%
G = 41.99%
B = 19.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#DDF170 (or 0xDDF170) is known color: Mindaro. HEX triplet: DD, F1 and 70. RGB value is (221,241,112). Sum of RGB (Red+Green+Blue) = 221+241+112=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF170 is #220E8F. Grayscale: #DCDCDC. Windows color (decimal): -2231952 or 7401949. OLE color: 7401949.

HSL color Cylindrical-coordinate representation of color #DDF170: hue angle of 69.3º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDF170 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 112 -
CMYK 0.08 0 0.54 0.05
HSL 69.3º 0.82% 0.69% -
HSV(B) 69.3º 0.54% 0.95% -
XYZ 64.2 79.45 27.28 -
YUV 220.31 66.87 128.49 -
System Red Green Blue C M Y K H S L
Decimal 221 241 112 0.08 0 0.54 0.05 69.3 0.82 0.69
Hex DD F1 70 8 0 36 5 45 52 45
Octal 335 361 160 10 0 66 5 105 122 105
Binary 11011101 11110001 1110000 1000 0 110110 101 1000101 1010010 1000101

Color Harmonies of #DDF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF170

Black with #DDF170

Text Example


Text Example

White with #DDF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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