Html Css Color HEX #1FF968 Spring Green

📋 copy color: '#1FF968'

red 31 ◦ green 249 ◦ blue 104

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

Shades of Spring Green #1FF968

Tints of Spring Green #1FF968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 8.07%
G = 64.84%
B = 27.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#1FF968 (or 0x1FF968) is known color: Spring Green. HEX triplet: 1F, F9 and 68. RGB value is (31,249,104). Sum of RGB (Red+Green+Blue) = 31+249+104=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 249 (97.66% from 255 or 64.84% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF968 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF968 is #E00697. Grayscale: #A7A7A7. Windows color (decimal): -14681752 or 6879519. OLE color: 6879519.

HSL color Cylindrical-coordinate representation of color #1FF968: hue angle of 140.09º degrees, saturation: 0.95, 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 #1FF968 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 249 104 -
CMYK 0.88 0 0.58 0.02
HSL 140.09º 0.95% 0.55% -
HSV(B) 140.09º 0.88% 0.98% -
XYZ 36.94 69.04 24.48 -
YUV 167.29 92.28 30.79 -
System Red Green Blue C M Y K H S L
Decimal 31 249 104 0.88 0 0.58 0.02 140.09 0.95 0.55
Hex 1F F9 68 58 0 3A 2 8C 5F 37
Octal 37 371 150 130 0 72 2 214 137 67
Binary 11111 11111001 1101000 1011000 0 111010 10 10001100 1011111 110111

Color Harmonies of #1FF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF968

Black with #1FF968

Text Example


Text Example

White with #1FF968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,249,104); }

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

background-color css

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

 a { background-color: rgb(31,249,104); }

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

border-color css

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

 span { border-color: rgb(31,249,104); }

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