#5fb63b

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

Shades of Apple #5FB63B

Tints of Apple #5FB63B

Color information

#5FB63B (or 0x5FB63B) is unknown color: approx Apple. HEX triplet: 5F, B6 and 3B. RGB value is (95,182,59). Sum of RGB (Red+Green+Blue) = 95+182+59=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB63B is #A049C4. Grayscale: #8E8E8E. Windows color (decimal): -10504645 or 3913311. OLE color: 3913311.

HSL color Cylindrical-coordinate representation of color #5FB63B: hue angle of 102.44º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FB63B is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB9518259-
CMYK0.4800.680.29
HSL102.44º51.04%47.25%-
HSV(B)102.44º67.58%71.37%-
XYZ22.2436.29.95-
YUV141.9681.1894.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 182 (71.48% from 255) = 54.17%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=28.27%
G=54.17%
B=17.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95182590.4800.680.29102.4451.0447.25
Hex5FB63B300441D66332f
Octal13726673600104351466357
Binary10111111011011011101111000001000100111011100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fb63b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,182,59); }

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

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

 a { background-color: rgb(95,182,59); }

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

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

 span { border-color: rgb(95,182,59); }

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