#5fb035

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

Shades of Apple #5FB035

Tints of Apple #5FB035

Color information

#5FB035 (or 0x5FB035) is unknown color: approx Apple. HEX triplet: 5F, B0 and 35. RGB value is (95,176,53). Sum of RGB (Red+Green+Blue) = 95+176+53=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB035 is #A04FCA. Grayscale: #8A8A8A. Windows color (decimal): -10506187 or 3518559. OLE color: 3518559.

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

Color convert

RGB9517653-
CMYK0.4600.700.31
HSL99.51º53.71%44.9%-
HSV(B)99.51º69.89%69.02%-
XYZ20.8933.748.78-
YUV137.7680.1697.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 176 (69.14% from 255) = 54.32%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=29.32%
G=54.32%
B=16.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95176530.4600.700.3199.5153.7144.9
Hex5FB0352E0461F64362d
Octal13726065560106371446655
Binary10111111011000011010110111001000110111111100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fb035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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