Html Css Color HEX #05F960 Spring Green

📋 copy color: '#05F960'

red 5 ◦ green 249 ◦ blue 96

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

Shades of Spring Green #05F960

Tints of Spring Green #05F960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 1.43%
G = 71.14%
B = 27.43%

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

#05F960 (or 0x05F960) is known color: Spring Green. HEX triplet: 05, F9 and 60. RGB value is (5,249,96). Sum of RGB (Red+Green+Blue) = 5+249+96=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 249 (97.66% from 255 or 71.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 249 - color contains mainly: green. Hex color #05F960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F960 is #FA069F. Grayscale: #9E9E9E. Windows color (decimal): -16385696 or 6355205. OLE color: 6355205.

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

Color convert

RGB 5 249 96 -
CMYK 0.98 0 0.61 0.02
HSL 142.38º 0.96% 0.5% -
HSV(B) 142.38º 0.98% 0.98% -
XYZ 36.05 68.63 22.41 -
YUV 158.6 92.66 18.44 -
System Red Green Blue C M Y K H S L
Decimal 5 249 96 0.98 0 0.61 0.02 142.38 0.96 0.5
Hex 5 F9 60 62 0 3D 2 8E 60 32
Octal 5 371 140 142 0 75 2 216 140 62
Binary 101 11111001 1100000 1100010 0 111101 10 10001110 1100000 110010

Color Harmonies of #05F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F960

Black with #05F960

Text Example


Text Example

White with #05F960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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