Html Css Color HEX #20D77F Shamrock

📋 copy color: '#20D77F'

red 32 ◦ green 215 ◦ blue 127

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

Shades of Shamrock #20D77F

Tints of Shamrock #20D77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.49%

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

R = 8.56%
G = 57.49%
B = 33.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#20D77F (or 0x20D77F) is known color: Shamrock. HEX triplet: 20, D7 and 7F. RGB value is (32,215,127). Sum of RGB (Red+Green+Blue) = 32+215+127=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #20D77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D77F is #DF2880. Grayscale: #969696. Windows color (decimal): -14624897 or 8378144. OLE color: 8378144.

HSL color Cylindrical-coordinate representation of color #20D77F: hue angle of 151.15º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D77F is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 215 127 -
CMYK 0.85 0 0.41 0.16
HSL 151.15º 0.74% 0.48% -
HSV(B) 151.15º 0.85% 0.84% -
XYZ 28.73 50.44 28.3 -
YUV 150.25 114.87 43.66 -
System Red Green Blue C M Y K H S L
Decimal 32 215 127 0.85 0 0.41 0.16 151.15 0.74 0.48
Hex 20 D7 7F 55 0 29 10 97 4A 30
Octal 40 327 177 125 0 51 20 227 112 60
Binary 100000 11010111 1111111 1010101 0 101001 10000 10010111 1001010 110000

Color Harmonies of #20D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D77F

Black with #20D77F

Text Example


Text Example

White with #20D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,215,127); }

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

background-color css

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

 a { background-color: rgb(32,215,127); }

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

border-color css

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

 span { border-color: rgb(32,215,127); }

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