#5BCA48

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

Shades of Apple #5BCA48

Tints of Apple #5BCA48

Color information

#5BCA48 (or 0x5BCA48) is unknown color: approx Apple. HEX triplet: 5B, CA and 48. RGB value is (91,202,72). Sum of RGB (Red+Green+Blue) = 91+202+72=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCA48 is #A435B7. Grayscale: #9A9A9A. Windows color (decimal): -10761656 or 4770395. OLE color: 4770395.

HSL color Cylindrical-coordinate representation of color #5BCA48: hue angle of 111.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCA48 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB9120272-
CMYK0.5500.640.21
HSL111.23º55.08%53.73%-
HSV(B)111.23º64.36%79.22%-
XYZ26.644.9313.4-
YUV153.9981.7383.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 202 (79.30% from 255) = 55.34%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=24.93%
G=55.34%
B=19.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91202720.5500.640.21111.2355.0853.73
Hex5BCA4837040156f3736
Octal133312110670100251576766
Binary101101111001010100100011011101000000101011101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,202,72); }

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

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

 a { background-color: rgb(91,202,72); }

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

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

 span { border-color: rgb(91,202,72); }

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