#58F832

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

Shades of Bright Green #58F832

Tints of Bright Green #58F832

Color information

#58F832 (or 0x58F832) is unknown color: approx Bright Green. HEX triplet: 58, F8 and 32. RGB value is (88,248,50). Sum of RGB (Red+Green+Blue) = 88+248+50=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #58F832 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F832 is #A707CD. Grayscale: #B2B2B2. Windows color (decimal): -10946510 or 3340376. OLE color: 3340376.

HSL color Cylindrical-coordinate representation of color #58F832: hue angle of 108.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58F832 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB8824850-
CMYK0.6500.800.03
HSL108.48º93.4%58.43%-
HSV(B)108.48º79.84%97.25%-
XYZ38.1769.4414.41-
YUV177.5955.9964.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.80%
GREEN value IS 248 (97.27% from 255) = 64.25%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=22.80%
G=64.25%
B=12.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal88248500.6500.800.03108.4893.458.43
Hex58F8324105036c5d3a
Octal130370621010120315413572
Binary1011000111110001100101000001010100001111011001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58F832; }

 p { color: rgb(88,248,50); }

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

<style>
 a { background-color: #58F832; }

 a { background-color: rgb(88,248,50); }

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

<style>
 span { border-color: #58F832; }

 span { border-color: rgb(88,248,50); }

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