Html Css Color HEX #1FFA85 Spring Green

📋 copy color: '#1FFA85'

red 31 ◦ green 250 ◦ blue 133

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

Shades of Spring Green #1FFA85

Tints of Spring Green #1FFA85

RGB

 RED value IS 31 (12.5% from 255) = 7.49%

 GREEN value IS 250 (98.05% from 255) = 60.39%

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

R = 7.49%
G = 60.39%
B = 32.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#1FFA85 (or 0x1FFA85) is known color: Spring Green. HEX triplet: 1F, FA and 85. RGB value is (31,250,133). Sum of RGB (Red+Green+Blue) = 31+250+133=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FFA85 is #E0057A. Grayscale: #ABABAB. Windows color (decimal): -14681467 or 8780319. OLE color: 8780319.

HSL color Cylindrical-coordinate representation of color #1FFA85: hue angle of 147.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFA85 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 250 133 -
CMYK 0.88 0 0.47 0.02
HSL 147.95º 0.96% 0.55% -
HSV(B) 147.95º 0.88% 0.98% -
XYZ 38.98 70.36 33.72 -
YUV 171.18 106.45 28.01 -
System Red Green Blue C M Y K H S L
Decimal 31 250 133 0.88 0 0.47 0.02 147.95 0.96 0.55
Hex 1F FA 85 58 0 2F 2 94 60 37
Octal 37 372 205 130 0 57 2 224 140 67
Binary 11111 11111010 10000101 1011000 0 101111 10 10010100 1100000 110111

Color Harmonies of #1FFA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFA85

Black with #1FFA85

Text Example


Text Example

White with #1FFA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FFA85; }

 p { color: rgb(31,250,133); }

 H1.HeaderClassName
 {
   color: #1FFA85;
 }
 .AnyTagClassName
 {
   color: #1FFA85;
 }
</style>

background-color css

<style>
 a { background-color: #1FFA85; }

 a { background-color: rgb(31,250,133); }

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

border-color css

<style>
 span { border-color: #1FFA85; }

 span { border-color: rgb(31,250,133); }

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