Html Css Color HEX #DDF16D Mindaro

📋 copy color: '#DDF16D'

red 221 ◦ green 241 ◦ blue 109

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

Shades of Mindaro #DDF16D

Tints of Mindaro #DDF16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.09%

R = 38.7%
G = 42.21%
B = 19.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#DDF16D (or 0xDDF16D) is known color: Mindaro. HEX triplet: DD, F1 and 6D. RGB value is (221,241,109). Sum of RGB (Red+Green+Blue) = 221+241+109=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF16D is #220E92. Grayscale: #DCDCDC. Windows color (decimal): -2231955 or 7205341. OLE color: 7205341.

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

Color convert

RGB 221 241 109 -
CMYK 0.08 0 0.55 0.05
HSL 69.09º 0.83% 0.69% -
HSV(B) 69.09º 0.55% 0.95% -
XYZ 64.03 79.39 26.42 -
YUV 219.97 65.37 128.73 -
System Red Green Blue C M Y K H S L
Decimal 221 241 109 0.08 0 0.55 0.05 69.09 0.83 0.69
Hex DD F1 6D 8 0 37 5 45 52 45
Octal 335 361 155 10 0 67 5 105 122 105
Binary 11011101 11110001 1101101 1000 0 110111 101 1000101 1010010 1000101

Color Harmonies of #DDF16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF16D

Black with #DDF16D

Text Example


Text Example

White with #DDF16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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