Html Css Color HEX #DDF17E Mindaro

📋 copy color: '#DDF17E'

red 221 ◦ green 241 ◦ blue 126

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

Shades of Mindaro #DDF17E

Tints of Mindaro #DDF17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.43%

R = 37.59%
G = 40.99%
B = 21.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DDF17E (or 0xDDF17E) is known color: Mindaro. HEX triplet: DD, F1 and 7E. RGB value is (221,241,126). Sum of RGB (Red+Green+Blue) = 221+241+126=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF17E is #220E81. Grayscale: #DEDEDE. Windows color (decimal): -2231938 or 8319453. OLE color: 8319453.

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

Color convert

RGB 221 241 126 -
CMYK 0.08 0 0.48 0.05
HSL 70.43º 0.8% 0.72% -
HSV(B) 70.43º 0.48% 0.95% -
XYZ 65.04 79.79 31.71 -
YUV 221.91 73.87 127.35 -
System Red Green Blue C M Y K H S L
Decimal 221 241 126 0.08 0 0.48 0.05 70.43 0.8 0.72
Hex DD F1 7E 8 0 30 5 46 50 48
Octal 335 361 176 10 0 60 5 106 120 110
Binary 11011101 11110001 1111110 1000 0 110000 101 1000110 1010000 1001000

Color Harmonies of #DDF17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF17E

Black with #DDF17E

Text Example


Text Example

White with #DDF17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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