#5ff529

Color #5FF529 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #5FF529

Tints of Bright Green #5FF529

Color information

#5FF529 (or 0x5FF529) is unknown color: approx Bright Green. HEX triplet: 5F, F5 and 29. RGB value is (95,245,41). Sum of RGB (Red+Green+Blue) = 95+245+41=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 245 (96.09% from 255 or 64.30% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF529 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF529 is #A00AD6. Grayscale: #B1B1B1. Windows color (decimal): -10488535 or 2749791. OLE color: 2749791.

HSL color Cylindrical-coordinate representation of color #5FF529: hue angle of 104.12º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FF529 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB9524541-
CMYK0.6100.830.04
HSL104.12º91.07%56.08%-
HSV(B)104.12º83.27%96.08%-
XYZ37.7767.913.21-
YUV176.8951.3169.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 245 (96.09% from 255) = 64.30%
BLUE value IS 41 (16.41% from 255) = 10.76%
R=24.93%
G=64.30%
B=10.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95245410.6100.830.04104.1291.0756.08
Hex5FF5293D0534685b38
Octal13736551750123415013370
Binary1011111111101011010011111010101001110011010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ff529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ff529; }

 p { color: rgb(95,245,41); }

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

<style>
 a { background-color: #5ff529; }

 a { background-color: rgb(95,245,41); }

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

<style>
 span { border-color: #5ff529; }

 span { border-color: rgb(95,245,41); }

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