Html Css Color HEX #DDF17D Mindaro

📋 copy color: '#DDF17D'

red 221 ◦ green 241 ◦ blue 125

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

Shades of Mindaro #DDF17D

Tints of Mindaro #DDF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.29%

R = 37.65%
G = 41.06%
B = 21.29%

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

#DDF17D (or 0xDDF17D) is known color: Mindaro. HEX triplet: DD, F1 and 7D. RGB value is (221,241,125). Sum of RGB (Red+Green+Blue) = 221+241+125=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF17D is #220E82. Grayscale: #DEDEDE. Windows color (decimal): -2231939 or 8253917. OLE color: 8253917.

HSL color Cylindrical-coordinate representation of color #DDF17D: hue angle of 70.34º degrees, saturation: 0.81, 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 #DDF17D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 125 -
CMYK 0.08 0 0.48 0.05
HSL 70.34º 0.81% 0.72% -
HSV(B) 70.34º 0.48% 0.95% -
XYZ 64.98 79.76 31.37 -
YUV 221.8 73.37 127.43 -
System Red Green Blue C M Y K H S L
Decimal 221 241 125 0.08 0 0.48 0.05 70.34 0.81 0.72
Hex DD F1 7D 8 0 30 5 46 51 48
Octal 335 361 175 10 0 60 5 106 121 110
Binary 11011101 11110001 1111101 1000 0 110000 101 1000110 1010001 1001000

Color Harmonies of #DDF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF17D

Black with #DDF17D

Text Example


Text Example

White with #DDF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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