Html Css Color HEX #05FB80 Spring Green

📋 copy color: '#05FB80'

red 5 ◦ green 251 ◦ blue 128

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

Shades of Spring Green #05FB80

Tints of Spring Green #05FB80

RGB

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

 GREEN value IS 251 (98.44% from 255) = 65.36%

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 1.3%
G = 65.36%
B = 33.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#05FB80 (or 0x05FB80) is known color: Spring Green. HEX triplet: 05, FB and 80. RGB value is (5,251,128). Sum of RGB (Red+Green+Blue) = 5+251+128=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 251 (98.44% from 255 or 65.36% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 251 - color contains mainly: green. Hex color #05FB80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FB80 is #FA047F. Grayscale: #A3A3A3. Windows color (decimal): -16385152 or 8452869. OLE color: 8452869.

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

Color convert

RGB 5 251 128 -
CMYK 0.98 0 0.49 0.02
HSL 150º 0.97% 0.5% -
HSV(B) 150º 0.98% 0.98% -
XYZ 38.46 70.59 32.02 -
YUV 163.42 108 15 -
System Red Green Blue C M Y K H S L
Decimal 5 251 128 0.98 0 0.49 0.02 150 0.97 0.5
Hex 5 FB 80 62 0 31 2 96 61 32
Octal 5 373 200 142 0 61 2 226 141 62
Binary 101 11111011 10000000 1100010 0 110001 10 10010110 1100001 110010

Color Harmonies of #05FB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FB80

Black with #05FB80

Text Example


Text Example

White with #05FB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,251,128); }

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

background-color css

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

 a { background-color: rgb(5,251,128); }

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

border-color css

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

 span { border-color: rgb(5,251,128); }

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