#5FB34B

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

Shades of Apple #5FB34B

Tints of Apple #5FB34B

Color information

#5FB34B (or 0x5FB34B) is unknown color: approx Apple. HEX triplet: 5F, B3 and 4B. RGB value is (95,179,75). Sum of RGB (Red+Green+Blue) = 95+179+75=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB34B is #A04CB4. Grayscale: #8E8E8E. Windows color (decimal): -10505397 or 4961119. OLE color: 4961119.

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

Color convert

RGB9517975-
CMYK0.4700.580.30
HSL108.46º40.94%49.8%-
HSV(B)108.46º58.1%70.2%-
XYZ22.1135.1812.28-
YUV142.0390.1794.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 179 (70.31% from 255) = 51.29%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=27.22%
G=51.29%
B=21.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal95179750.4700.580.30108.4640.9449.8
Hex5FB34B2F03A1E6c2932
Octal13726311357072361545162
Binary10111111011001110010111011110111010111101101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,179,75); }

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

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

 a { background-color: rgb(95,179,75); }

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

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

 span { border-color: rgb(95,179,75); }

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