Html Css Color HEX #13F874 Spring Green

📋 copy color: '#13F874'

red 19 ◦ green 248 ◦ blue 116

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

Shades of Spring Green #13F874

Tints of Spring Green #13F874

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.75%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 4.96%
G = 64.75%
B = 30.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#13F874 (or 0x13F874) is known color: Spring Green. HEX triplet: 13, F8 and 74. RGB value is (19,248,116). Sum of RGB (Red+Green+Blue) = 19+248+116=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 248 (97.27% from 255 or 64.75% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 248 - color contains mainly: green. Hex color #13F874 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F874 is #EC078B. Grayscale: #A4A4A4. Windows color (decimal): -15468428 or 7665683. OLE color: 7665683.

HSL color Cylindrical-coordinate representation of color #13F874: hue angle of 145.41º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F874 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 248 116 -
CMYK 0.92 0 0.53 0.03
HSL 145.41º 0.94% 0.52% -
HSV(B) 145.41º 0.92% 0.97% -
XYZ 36.99 68.53 27.8 -
YUV 164.48 100.63 24.23 -
System Red Green Blue C M Y K H S L
Decimal 19 248 116 0.92 0 0.53 0.03 145.41 0.94 0.52
Hex 13 F8 74 5C 0 35 3 91 5E 34
Octal 23 370 164 134 0 65 3 221 136 64
Binary 10011 11111000 1110100 1011100 0 110101 11 10010001 1011110 110100

Color Harmonies of #13F874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F874

Black with #13F874

Text Example


Text Example

White with #13F874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,248,116); }

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

background-color css

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

 a { background-color: rgb(19,248,116); }

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

border-color css

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

 span { border-color: rgb(19,248,116); }

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