#5BD54A

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

Shades of Apple #5BD54A

Tints of Apple #5BD54A

Color information

#5BD54A (or 0x5BD54A) is unknown color: approx Apple. HEX triplet: 5B, D5 and 4A. RGB value is (91,213,74). Sum of RGB (Red+Green+Blue) = 91+213+74=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #5BD54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD54A is #A42AB5. Grayscale: #A1A1A1. Windows color (decimal): -10758838 or 4904283. OLE color: 4904283.

HSL color Cylindrical-coordinate representation of color #5BD54A: hue angle of 112.66º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BD54A is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB9121374-
CMYK0.5700.650.16
HSL112.66º62.33%56.27%-
HSV(B)112.66º65.26%83.53%-
XYZ29.3450.3114.64-
YUV160.6879.0878.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 213 (83.59% from 255) = 56.35%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=24.07%
G=56.35%
B=19.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal91213740.5700.650.16112.6662.3356.27
Hex5BD54A3904110713e38
Octal133325112710101201617670
Binary101101111010101100101011100101000001100001110001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,213,74); }

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

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

 a { background-color: rgb(91,213,74); }

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

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

 span { border-color: rgb(91,213,74); }

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