#5BCA52

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

Shades of Apple #5BCA52

Tints of Apple #5BCA52

Color information

#5BCA52 (or 0x5BCA52) is unknown color: approx Apple. HEX triplet: 5B, CA and 52. RGB value is (91,202,82). Sum of RGB (Red+Green+Blue) = 91+202+82=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCA52 is #A435AD. Grayscale: #9B9B9B. Windows color (decimal): -10761646 or 5425755. OLE color: 5425755.

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

Color convert

RGB9120282-
CMYK0.5500.590.21
HSL115.5º53.1%55.69%-
HSV(B)115.5º59.41%79.22%-
XYZ26.9645.0715.26-
YUV155.1386.7382.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=24.27%
G=53.87%
B=21.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91202820.5500.590.21115.553.155.69
Hex5BCA523703B15743538
Octal13331212267073251646570
Binary10110111100101010100101101110111011101011110100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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