Html Css Color HEX #DDEF6F Mindaro

📋 copy color: '#DDEF6F'

red 221 ◦ green 239 ◦ blue 111

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

Shades of Mindaro #DDEF6F

Tints of Mindaro #DDEF6F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.86%

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

R = 38.7%
G = 41.86%
B = 19.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#DDEF6F (or 0xDDEF6F) is known color: Mindaro. HEX triplet: DD, EF and 6F. RGB value is (221,239,111). Sum of RGB (Red+Green+Blue) = 221+239+111=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF6F is #221090. Grayscale: #DBDBDB. Windows color (decimal): -2232465 or 7335901. OLE color: 7335901.

HSL color Cylindrical-coordinate representation of color #DDEF6F: hue angle of 68.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDEF6F is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 111 -
CMYK 0.08 0 0.54 0.06
HSL 68.44º 0.8% 0.69% -
HSV(B) 68.44º 0.54% 0.94% -
XYZ 63.55 78.25 26.79 -
YUV 219.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 221 239 111 0.08 0 0.54 0.06 68.44 0.8 0.69
Hex DD EF 6F 8 0 36 6 44 50 45
Octal 335 357 157 10 0 66 6 104 120 105
Binary 11011101 11101111 1101111 1000 0 110110 110 1000100 1010000 1000101

Color Harmonies of #DDEF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF6F

Black with #DDEF6F

Text Example


Text Example

White with #DDEF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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