#5BCD45

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

Shades of Apple #5BCD45

Tints of Apple #5BCD45

Color information

#5BCD45 (or 0x5BCD45) is unknown color: approx Apple. HEX triplet: 5B, CD and 45. RGB value is (91,205,69). Sum of RGB (Red+Green+Blue) = 91+205+69=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCD45 is #A432BA. Grayscale: #9B9B9B. Windows color (decimal): -10760891 or 4574555. OLE color: 4574555.

HSL color Cylindrical-coordinate representation of color #5BCD45: hue angle of 110.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BCD45 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB9120569-
CMYK0.5600.660.20
HSL110.29º57.63%53.73%-
HSV(B)110.29º66.34%80.39%-
XYZ27.2246.3213.14-
YUV155.4179.2382.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 205 (80.47% from 255) = 56.16%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=24.93%
G=56.16%
B=18.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91205690.5600.660.20110.2957.6353.73
Hex5BCD4538042146e3a36
Octal133315105700102241567266
Binary101101111001101100010111100001000010101001101110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,205,69); }

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

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

 a { background-color: rgb(91,205,69); }

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

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

 span { border-color: rgb(91,205,69); }

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