#5BBF4D

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

Shades of Apple #5BBF4D

Tints of Apple #5BBF4D

Color information

#5BBF4D (or 0x5BBF4D) is unknown color: approx Apple. HEX triplet: 5B, BF and 4D. RGB value is (91,191,77). Sum of RGB (Red+Green+Blue) = 91+191+77=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBF4D is #A440B2. Grayscale: #949494. Windows color (decimal): -10764467 or 5095259. OLE color: 5095259.

HSL color Cylindrical-coordinate representation of color #5BBF4D: hue angle of 112.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BBF4D is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB9119177-
CMYK0.5200.600.25
HSL112.63º47.11%52.55%-
HSV(B)112.63º59.69%74.9%-
XYZ24.2840.0213.47-
YUV148.187.8787.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.35%
GREEN value IS 191 (75% from 255) = 53.20%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=25.35%
G=53.20%
B=21.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91191770.5200.600.25112.6347.1152.55
Hex5BBF4D3403C19712f35
Octal13327711564074311615765
Binary10110111011111110011011101000111100110011110001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,191,77); }

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

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

 a { background-color: rgb(91,191,77); }

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

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

 span { border-color: rgb(91,191,77); }

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