#5fb258

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

Shades of Apple #5FB258

Tints of Apple #5FB258

Color information

#5FB258 (or 0x5FB258) is unknown color: approx Apple. HEX triplet: 5F, B2 and 58. RGB value is (95,178,88). Sum of RGB (Red+Green+Blue) = 95+178+88=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB258 is #A04DA7. Grayscale: #8F8F8F. Windows color (decimal): -10505640 or 5812831. OLE color: 5812831.

HSL color Cylindrical-coordinate representation of color #5FB258: hue angle of 115.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FB258 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB9517888-
CMYK0.4700.510.30
HSL115.33º36.89%52.16%-
HSV(B)115.33º50.56%69.8%-
XYZ22.434.9814.8-
YUV142.929793.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 178 (69.92% from 255) = 49.31%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=26.32%
G=49.31%
B=24.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal95178880.4700.510.30115.3336.8952.16
Hex5FB2582F0331E732534
Octal13726213057063361634564
Binary10111111011001010110001011110110011111101110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fb258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,178,88); }

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

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

 a { background-color: rgb(95,178,88); }

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

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

 span { border-color: rgb(95,178,88); }

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