#5BDA48

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

Shades of Apple #5BDA48

Tints of Apple #5BDA48

Color information

#5BDA48 (or 0x5BDA48) is unknown color: approx Apple. HEX triplet: 5B, DA and 48. RGB value is (91,218,72). Sum of RGB (Red+Green+Blue) = 91+218+72=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDA48 is #A425B7. Grayscale: #A3A3A3. Windows color (decimal): -10757560 or 4774491. OLE color: 4774491.

HSL color Cylindrical-coordinate representation of color #5BDA48: hue angle of 112.19º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BDA48 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB9121872-
CMYK0.5800.670.15
HSL112.19º66.36%56.86%-
HSV(B)112.19º66.97%85.49%-
XYZ30.5652.8314.72-
YUV163.3876.4276.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.88%
GREEN value IS 218 (85.55% from 255) = 57.22%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=23.88%
G=57.22%
B=18.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91218720.5800.670.15112.1966.3656.86
Hex5BDA483A043F704239
Octal1333321107201031716010271
Binary101101111011010100100011101001000011111111100001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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