#5FB134

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

Shades of Apple #5FB134

Tints of Apple #5FB134

Color information

#5FB134 (or 0x5FB134) is unknown color: approx Apple. HEX triplet: 5F, B1 and 34. RGB value is (95,177,52). Sum of RGB (Red+Green+Blue) = 95+177+52=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB134 is #A04ECB. Grayscale: #8A8A8A. Windows color (decimal): -10505932 or 3453279. OLE color: 3453279.

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

Color convert

RGB9517752-
CMYK0.4600.710.31
HSL99.36º54.59%44.9%-
HSV(B)99.36º70.62%69.41%-
XYZ21.0634.138.73-
YUV138.2379.3397.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 177 (69.53% from 255) = 54.63%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=29.32%
G=54.63%
B=16.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95177520.4600.710.3199.3654.5944.9
Hex5FB1342E0471F63372d
Octal13726164560107371436755
Binary10111111011000111010010111001000111111111100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,177,52); }

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

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

 a { background-color: rgb(95,177,52); }

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

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

 span { border-color: rgb(95,177,52); }

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