Html Css Color HEX #DDF16F Mindaro

📋 copy color: '#DDF16F'

red 221 ◦ green 241 ◦ blue 111

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

Shades of Mindaro #DDF16F

Tints of Mindaro #DDF16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.37%

R = 38.57%
G = 42.06%
B = 19.37%

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

#DDF16F (or 0xDDF16F) is known color: Mindaro. HEX triplet: DD, F1 and 6F. RGB value is (221,241,111). Sum of RGB (Red+Green+Blue) = 221+241+111=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 111 (43.75% from 255 or 19.37% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF16F is #220E90. Grayscale: #DCDCDC. Windows color (decimal): -2231953 or 7336413. OLE color: 7336413.

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

Color convert

RGB 221 241 111 -
CMYK 0.08 0 0.54 0.05
HSL 69.23º 0.82% 0.69% -
HSV(B) 69.23º 0.54% 0.95% -
XYZ 64.14 79.43 26.99 -
YUV 220.2 66.37 128.57 -
System Red Green Blue C M Y K H S L
Decimal 221 241 111 0.08 0 0.54 0.05 69.23 0.82 0.69
Hex DD F1 6F 8 0 36 5 45 52 45
Octal 335 361 157 10 0 66 5 105 122 105
Binary 11011101 11110001 1101111 1000 0 110110 101 1000101 1010010 1000101

Color Harmonies of #DDF16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF16F

Black with #DDF16F

Text Example


Text Example

White with #DDF16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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