#5BB42F

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

Shades of Apple #5BB42F

Tints of Apple #5BB42F

Color information

#5BB42F (or 0x5BB42F) is unknown color: approx Apple. HEX triplet: 5B, B4 and 2F. RGB value is (91,180,47). Sum of RGB (Red+Green+Blue) = 91+180+47=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BB42F is #A44BD0. Grayscale: #8A8A8A. Windows color (decimal): -10767313 or 3126363. OLE color: 3126363.

HSL color Cylindrical-coordinate representation of color #5BB42F: hue angle of 100.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BB42F is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB9118047-
CMYK0.4900.740.29
HSL100.15º58.59%44.51%-
HSV(B)100.15º73.89%70.59%-
XYZ21.1535.078.34-
YUV138.2376.5194.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 180 (70.70% from 255) = 56.60%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=28.62%
G=56.60%
B=14.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91180470.4900.740.29100.1558.5944.51
Hex5BB42F3104A1D643b2d
Octal13326457610112351447355
Binary10110111011010010111111000101001010111011100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,180,47); }

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

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

 a { background-color: rgb(91,180,47); }

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

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

 span { border-color: rgb(91,180,47); }

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