#5FB038

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

Shades of Apple #5FB038

Tints of Apple #5FB038

Color information

#5FB038 (or 0x5FB038) is unknown color: approx Apple. HEX triplet: 5F, B0 and 38. RGB value is (95,176,56). Sum of RGB (Red+Green+Blue) = 95+176+56=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB038 is #A04FC7. Grayscale: #8A8A8A. Windows color (decimal): -10506184 or 3715167. OLE color: 3715167.

HSL color Cylindrical-coordinate representation of color #5FB038: hue angle of 100.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FB038 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB9517656-
CMYK0.4600.680.31
HSL100.5º51.72%45.49%-
HSV(B)100.5º68.18%69.02%-
XYZ20.9633.779.15-
YUV138.181.6697.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 176 (69.14% from 255) = 53.82%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=29.05%
G=53.82%
B=17.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95176560.4600.680.31100.551.7245.49
Hex5FB0382E0441F64342d
Octal13726070560104371446455
Binary10111111011000011100010111001000100111111100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,176,56); }

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

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

 a { background-color: rgb(95,176,56); }

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

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

 span { border-color: rgb(95,176,56); }

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