Html Css Color HEX #01F975 Spring Green

📋 copy color: '#01F975'

red 1 ◦ green 249 ◦ blue 117

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

Shades of Spring Green #01F975

Tints of Spring Green #01F975

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 249 (97.66% from 255) = 67.85%

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 0.27%
G = 67.85%
B = 31.88%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#01F975 (or 0x01F975) is known color: Spring Green. HEX triplet: 01, F9 and 75. RGB value is (1,249,117). Sum of RGB (Red+Green+Blue) = 1+249+117=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 249 (97.66% from 255 or 67.85% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 249 - color contains mainly: green. Hex color #01F975 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F975 is #FE068A. Grayscale: #A0A0A0. Windows color (decimal): -16647819 or 7731457. OLE color: 7731457.

HSL color Cylindrical-coordinate representation of color #01F975: hue angle of 148.06º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F975 is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 249 117 -
CMYK 1.00 0 0.53 0.02
HSL 148.06º 0.99% 0.49% -
HSV(B) 148.06º 1% 0.98% -
XYZ 37.1 69.04 28.2 -
YUV 159.8 103.84 14.73 -
System Red Green Blue C M Y K H S L
Decimal 1 249 117 1.00 0 0.53 0.02 148.06 0.99 0.49
Hex 1 F9 75 64 0 35 2 94 63 31
Octal 1 371 165 144 0 65 2 224 143 61
Binary 1 11111001 1110101 1100100 0 110101 10 10010100 1100011 110001

Color Harmonies of #01F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F975

Black with #01F975

Text Example


Text Example

White with #01F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01F975; }

 p { color: rgb(1,249,117); }

 H1.HeaderClassName
 {
   color: #01F975;
 }
 .AnyTagClassName
 {
   color: #01F975;
 }
</style>

background-color css

<style>
 a { background-color: #01F975; }

 a { background-color: rgb(1,249,117); }

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

border-color css

<style>
 span { border-color: #01F975; }

 span { border-color: rgb(1,249,117); }

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