Html Css Color HEX #05F961 Spring Green

📋 copy color: '#05F961'

red 5 ◦ green 249 ◦ blue 97

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

Shades of Spring Green #05F961

Tints of Spring Green #05F961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 1.42%
G = 70.94%
B = 27.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#05F961 (or 0x05F961) is known color: Spring Green. HEX triplet: 05, F9 and 61. RGB value is (5,249,97). Sum of RGB (Red+Green+Blue) = 5+249+97=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 249 (97.66% from 255 or 70.94% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 249 - color contains mainly: green. Hex color #05F961 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F961 is #FA069E. Grayscale: #9F9F9F. Windows color (decimal): -16385695 or 6420741. OLE color: 6420741.

HSL color Cylindrical-coordinate representation of color #05F961: hue angle of 142.62º 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 #05F961 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 249 97 -
CMYK 0.98 0 0.61 0.02
HSL 142.62º 0.96% 0.5% -
HSV(B) 142.62º 0.98% 0.98% -
XYZ 36.1 68.65 22.66 -
YUV 158.72 93.16 18.36 -
System Red Green Blue C M Y K H S L
Decimal 5 249 97 0.98 0 0.61 0.02 142.62 0.96 0.5
Hex 5 F9 61 62 0 3D 2 8F 60 32
Octal 5 371 141 142 0 75 2 217 140 62
Binary 101 11111001 1100001 1100010 0 111101 10 10001111 1100000 110010

Color Harmonies of #05F961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F961

Black with #05F961

Text Example


Text Example

White with #05F961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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