Html Css Color HEX #DDEF6E Mindaro

📋 copy color: '#DDEF6E'

red 221 ◦ green 239 ◦ blue 110

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

Shades of Mindaro #DDEF6E

Tints of Mindaro #DDEF6E

RGB

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

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

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

R = 38.77%
G = 41.93%
B = 19.3%

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

#DDEF6E (or 0xDDEF6E) is known color: Mindaro. HEX triplet: DD, EF and 6E. RGB value is (221,239,110). Sum of RGB (Red+Green+Blue) = 221+239+110=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF6E is #221091. Grayscale: #DBDBDB. Windows color (decimal): -2232466 or 7270365. OLE color: 7270365.

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

Color convert

RGB 221 239 110 -
CMYK 0.08 0 0.54 0.06
HSL 68.37º 0.8% 0.68% -
HSV(B) 68.37º 0.54% 0.94% -
XYZ 63.5 78.23 26.51 -
YUV 218.91 66.54 129.49 -
System Red Green Blue C M Y K H S L
Decimal 221 239 110 0.08 0 0.54 0.06 68.37 0.8 0.68
Hex DD EF 6E 8 0 36 6 44 50 44
Octal 335 357 156 10 0 66 6 104 120 104
Binary 11011101 11101111 1101110 1000 0 110110 110 1000100 1010000 1000100

Color Harmonies of #DDEF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF6E

Black with #DDEF6E

Text Example


Text Example

White with #DDEF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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