Html Css Color HEX #DDEF7F Mindaro

📋 copy color: '#DDEF7F'

red 221 ◦ green 239 ◦ blue 127

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

Shades of Mindaro #DDEF7F

Tints of Mindaro #DDEF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.64%

R = 37.65%
G = 40.72%
B = 21.64%

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

#DDEF7F (or 0xDDEF7F) is known color: Mindaro. HEX triplet: DD, EF and 7F. RGB value is (221,239,127). Sum of RGB (Red+Green+Blue) = 221+239+127=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF7F is #221080. Grayscale: #DDDDDD. Windows color (decimal): -2232449 or 8384477. OLE color: 8384477.

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

Color convert

RGB 221 239 127 -
CMYK 0.08 0 0.47 0.06
HSL 69.64º 0.78% 0.72% -
HSV(B) 69.64º 0.47% 0.94% -
XYZ 64.52 78.64 31.86 -
YUV 220.85 75.04 128.11 -
System Red Green Blue C M Y K H S L
Decimal 221 239 127 0.08 0 0.47 0.06 69.64 0.78 0.72
Hex DD EF 7F 8 0 2F 6 46 4E 48
Octal 335 357 177 10 0 57 6 106 116 110
Binary 11011101 11101111 1111111 1000 0 101111 110 1000110 1001110 1001000

Color Harmonies of #DDEF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF7F

Black with #DDEF7F

Text Example


Text Example

White with #DDEF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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