Html Css Color HEX #05F96F Spring Green

📋 copy color: '#05F96F'

red 5 ◦ green 249 ◦ blue 111

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

Shades of Spring Green #05F96F

Tints of Spring Green #05F96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 1.37%
G = 68.22%
B = 30.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#05F96F (or 0x05F96F) is known color: Spring Green. HEX triplet: 05, F9 and 6F. RGB value is (5,249,111). Sum of RGB (Red+Green+Blue) = 5+249+111=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #05F96F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F96F is #FA0690. Grayscale: #A0A0A0. Windows color (decimal): -16385681 or 7338245. OLE color: 7338245.

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

Color convert

RGB 5 249 111 -
CMYK 0.98 0 0.55 0.02
HSL 146.07º 0.96% 0.5% -
HSV(B) 146.07º 0.98% 0.98% -
XYZ 36.81 68.93 26.4 -
YUV 160.31 100.16 17.22 -
System Red Green Blue C M Y K H S L
Decimal 5 249 111 0.98 0 0.55 0.02 146.07 0.96 0.5
Hex 5 F9 6F 62 0 37 2 92 60 32
Octal 5 371 157 142 0 67 2 222 140 62
Binary 101 11111001 1101111 1100010 0 110111 10 10010010 1100000 110010

Color Harmonies of #05F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F96F

Black with #05F96F

Text Example


Text Example

White with #05F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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