Html Css Color HEX #13F185 Spring Green

📋 copy color: '#13F185'

red 19 ◦ green 241 ◦ blue 133

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

Shades of Spring Green #13F185

Tints of Spring Green #13F185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.32%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 4.83%
G = 61.32%
B = 33.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#13F185 (or 0x13F185) is known color: Spring Green. HEX triplet: 13, F1 and 85. RGB value is (19,241,133). Sum of RGB (Red+Green+Blue) = 19+241+133=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #13F185 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F185 is #EC0E7A. Grayscale: #A2A2A2. Windows color (decimal): -15470203 or 8778003. OLE color: 8778003.

HSL color Cylindrical-coordinate representation of color #13F185: hue angle of 150.81º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F185 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 241 133 -
CMYK 0.92 0 0.45 0.05
HSL 150.81º 0.89% 0.51% -
HSV(B) 150.81º 0.92% 0.95% -
XYZ 35.96 64.74 32.79 -
YUV 162.31 111.45 25.78 -
System Red Green Blue C M Y K H S L
Decimal 19 241 133 0.92 0 0.45 0.05 150.81 0.89 0.51
Hex 13 F1 85 5C 0 2D 5 97 59 33
Octal 23 361 205 134 0 55 5 227 131 63
Binary 10011 11110001 10000101 1011100 0 101101 101 10010111 1011001 110011

Color Harmonies of #13F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F185

Black with #13F185

Text Example


Text Example

White with #13F185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,241,133); }

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

background-color css

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

 a { background-color: rgb(19,241,133); }

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

border-color css

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

 span { border-color: rgb(19,241,133); }

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