Html Css Color HEX #DDF16E Mindaro

📋 copy color: '#DDF16E'

red 221 ◦ green 241 ◦ blue 110

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

Shades of Mindaro #DDF16E

Tints of Mindaro #DDF16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.23%

R = 38.64%
G = 42.13%
B = 19.23%

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

#DDF16E (or 0xDDF16E) is known color: Mindaro. HEX triplet: DD, F1 and 6E. RGB value is (221,241,110). Sum of RGB (Red+Green+Blue) = 221+241+110=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF16E is #220E91. Grayscale: #DCDCDC. Windows color (decimal): -2231954 or 7270877. OLE color: 7270877.

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

Color convert

RGB 221 241 110 -
CMYK 0.08 0 0.54 0.05
HSL 69.16º 0.82% 0.69% -
HSV(B) 69.16º 0.54% 0.95% -
XYZ 64.09 79.41 26.7 -
YUV 220.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 221 241 110 0.08 0 0.54 0.05 69.16 0.82 0.69
Hex DD F1 6E 8 0 36 5 45 52 45
Octal 335 361 156 10 0 66 5 105 122 105
Binary 11011101 11110001 1101110 1000 0 110110 101 1000101 1010010 1000101

Color Harmonies of #DDF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF16E

Black with #DDF16E

Text Example


Text Example

White with #DDF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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