#5BC03A

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

Shades of Apple #5BC03A

Tints of Apple #5BC03A

Color information

#5BC03A (or 0x5BC03A) is unknown color: approx Apple. HEX triplet: 5B, C0 and 3A. RGB value is (91,192,58). Sum of RGB (Red+Green+Blue) = 91+192+58=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC03A is #A43FC5. Grayscale: #929292. Windows color (decimal): -10764230 or 3850331. OLE color: 3850331.

HSL color Cylindrical-coordinate representation of color #5BC03A: hue angle of 105.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BC03A is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB9119258-
CMYK0.5300.700.25
HSL105.22º53.6%49.02%-
HSV(B)105.22º69.79%75.29%-
XYZ23.9340.2310.51-
YUV146.5278.0488.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.69%
GREEN value IS 192 (75.39% from 255) = 56.30%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=26.69%
G=56.30%
B=17.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91192580.5300.700.25105.2253.649.02
Hex5BC03A3504619693631
Octal13330072650106311516661
Binary10110111100000011101011010101000110110011101001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,192,58); }

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

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

 a { background-color: rgb(91,192,58); }

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

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

 span { border-color: rgb(91,192,58); }

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