Html Css Color HEX #20DD7E Shamrock

📋 copy color: '#20DD7E'

red 32 ◦ green 221 ◦ blue 126

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

Shades of Shamrock #20DD7E

Tints of Shamrock #20DD7E

RGB

 RED value IS 32 (12.89% from 255) = 8.44%

 GREEN value IS 221 (86.72% from 255) = 58.31%

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

R = 8.44%
G = 58.31%
B = 33.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#20DD7E (or 0x20DD7E) is known color: Shamrock. HEX triplet: 20, DD and 7E. RGB value is (32,221,126). Sum of RGB (Red+Green+Blue) = 32+221+126=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DD7E is #DF2281. Grayscale: #999999. Windows color (decimal): -14623362 or 8314144. OLE color: 8314144.

HSL color Cylindrical-coordinate representation of color #20DD7E: hue angle of 149.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DD7E is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 221 126 -
CMYK 0.86 0 0.43 0.13
HSL 149.84º 0.75% 0.5% -
HSV(B) 149.84º 0.86% 0.87% -
XYZ 30.22 53.53 28.48 -
YUV 153.66 112.38 41.22 -
System Red Green Blue C M Y K H S L
Decimal 32 221 126 0.86 0 0.43 0.13 149.84 0.75 0.5
Hex 20 DD 7E 56 0 2B D 96 4B 32
Octal 40 335 176 126 0 53 15 226 113 62
Binary 100000 11011101 1111110 1010110 0 101011 1101 10010110 1001011 110010

Color Harmonies of #20DD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD7E

Black with #20DD7E

Text Example


Text Example

White with #20DD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20DD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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