Html Css Color HEX #DDEF7E Mindaro

📋 copy color: '#DDEF7E'

red 221 ◦ green 239 ◦ blue 126

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

Shades of Mindaro #DDEF7E

Tints of Mindaro #DDEF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.5%

R = 37.71%
G = 40.78%
B = 21.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DDEF7E (or 0xDDEF7E) is known color: Mindaro. HEX triplet: DD, EF and 7E. RGB value is (221,239,126). Sum of RGB (Red+Green+Blue) = 221+239+126=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF7E is #221081. Grayscale: #DDDDDD. Windows color (decimal): -2232450 or 8318941. OLE color: 8318941.

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

Color convert

RGB 221 239 126 -
CMYK 0.08 0 0.47 0.06
HSL 69.56º 0.78% 0.72% -
HSV(B) 69.56º 0.47% 0.94% -
XYZ 64.45 78.61 31.52 -
YUV 220.74 74.54 128.19 -
System Red Green Blue C M Y K H S L
Decimal 221 239 126 0.08 0 0.47 0.06 69.56 0.78 0.72
Hex DD EF 7E 8 0 2F 6 46 4E 48
Octal 335 357 176 10 0 57 6 106 116 110
Binary 11011101 11101111 1111110 1000 0 101111 110 1000110 1001110 1001000

Color Harmonies of #DDEF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF7E

Black with #DDEF7E

Text Example


Text Example

White with #DDEF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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