Html Css Color HEX #13DC77 Spring Green

📋 copy color: '#13DC77'

red 19 ◦ green 220 ◦ blue 119

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

Shades of Spring Green #13DC77

Tints of Spring Green #13DC77

RGB

 RED value IS 19 (7.81% from 255) = 5.31%

 GREEN value IS 220 (86.33% from 255) = 61.45%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 5.31%
G = 61.45%
B = 33.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#13DC77 (or 0x13DC77) is known color: Spring Green. HEX triplet: 13, DC and 77. RGB value is (19,220,119). Sum of RGB (Red+Green+Blue) = 19+220+119=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DC77 is #EC2388. Grayscale: #949494. Windows color (decimal): -15475593 or 7855123. OLE color: 7855123.

HSL color Cylindrical-coordinate representation of color #13DC77: hue angle of 149.85º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC77 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 119 -
CMYK 0.91 0 0.46 0.14
HSL 149.85º 0.84% 0.47% -
HSV(B) 149.85º 0.91% 0.86% -
XYZ 29.19 52.66 26.08 -
YUV 148.39 111.41 35.71 -
System Red Green Blue C M Y K H S L
Decimal 19 220 119 0.91 0 0.46 0.14 149.85 0.84 0.47
Hex 13 DC 77 5B 0 2E E 96 54 2F
Octal 23 334 167 133 0 56 16 226 124 57
Binary 10011 11011100 1110111 1011011 0 101110 1110 10010110 1010100 101111

Color Harmonies of #13DC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC77

Black with #13DC77

Text Example


Text Example

White with #13DC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13DC77; }

 p { color: rgb(19,220,119); }

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

background-color css

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

 a { background-color: rgb(19,220,119); }

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

border-color css

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

 span { border-color: rgb(19,220,119); }

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