Html Css Color HEX #05F974 Spring Green

📋 copy color: '#05F974'

red 5 ◦ green 249 ◦ blue 116

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

Shades of Spring Green #05F974

Tints of Spring Green #05F974

RGB

 RED value IS 5 (2.34% from 255) = 1.35%

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

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

R = 1.35%
G = 67.3%
B = 31.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#05F974 (or 0x05F974) is known color: Spring Green. HEX triplet: 05, F9 and 74. RGB value is (5,249,116). Sum of RGB (Red+Green+Blue) = 5+249+116=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 249 (97.66% from 255 or 67.30% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 249 - color contains mainly: green. Hex color #05F974 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F974 is #FA068B. Grayscale: #A1A1A1. Windows color (decimal): -16385676 or 7665925. OLE color: 7665925.

HSL color Cylindrical-coordinate representation of color #05F974: hue angle of 147.3º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F974 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 249 116 -
CMYK 0.98 0 0.53 0.02
HSL 147.3º 0.96% 0.5% -
HSV(B) 147.3º 0.98% 0.98% -
XYZ 37.09 69.04 27.9 -
YUV 160.88 102.66 16.81 -
System Red Green Blue C M Y K H S L
Decimal 5 249 116 0.98 0 0.53 0.02 147.3 0.96 0.5
Hex 5 F9 74 62 0 35 2 93 60 32
Octal 5 371 164 142 0 65 2 223 140 62
Binary 101 11111001 1110100 1100010 0 110101 10 10010011 1100000 110010

Color Harmonies of #05F974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F974

Black with #05F974

Text Example


Text Example

White with #05F974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05F974; }

 p { color: rgb(5,249,116); }

 H1.HeaderClassName
 {
   color: #05F974;
 }
 .AnyTagClassName
 {
   color: #05F974;
 }
</style>

background-color css

<style>
 a { background-color: #05F974; }

 a { background-color: rgb(5,249,116); }

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

border-color css

<style>
 span { border-color: #05F974; }

 span { border-color: rgb(5,249,116); }

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