#05f484

Color #05F484 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #05F484

Tints of Spring Green #05F484

Color information

#05F484 (or 0x05F484) is unknown color: approx Spring Green. HEX triplet: 05, F4 and 84. RGB value is (5,244,132). Sum of RGB (Red+Green+Blue) = 5+244+132=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 244 (95.70% from 255 or 64.04% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 244 - color contains mainly: green. Hex color #05F484 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F484 is #FA0B7B. Grayscale: #9F9F9F. Windows color (decimal): -16386940 or 8713221. OLE color: 8713221.

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

Color convert

RGB5244132-
CMYK0.9800.460.04
HSL151.88º95.98%48.82%-
HSV(B)151.88º97.95%95.69%-
XYZ36.5866.432.72-
YUV159.77112.3217.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.31%
GREEN value IS 244 (95.70% from 255) = 64.04%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=1.31%
G=64.04%
B=34.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52441320.9800.460.04151.8895.9848.82
Hex5F4846202E4986031
Octal5364204142056423014061
Binary101111101001000010011000100101110100100110001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05f484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,244,132); }

 H1.HeaderClassName
 {
   color: #05f484;
 }
 .AnyTagClassName
 {
   color: #05f484;
 }
</style>
background-color css

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

 a { background-color: rgb(5,244,132); }

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

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

 span { border-color: rgb(5,244,132); }

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