#5BD14A

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

Shades of Apple #5BD14A

Tints of Apple #5BD14A

Color information

#5BD14A (or 0x5BD14A) is unknown color: approx Apple. HEX triplet: 5B, D1 and 4A. RGB value is (91,209,74). Sum of RGB (Red+Green+Blue) = 91+209+74=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #5BD14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD14A is #A42EB5. Grayscale: #9E9E9E. Windows color (decimal): -10759862 or 4903259. OLE color: 4903259.

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

Color convert

RGB9120974-
CMYK0.5600.650.18
HSL112.44º59.47%55.49%-
HSV(B)112.44º64.59%81.96%-
XYZ28.3548.3214.31-
YUV158.3380.4179.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.33%
GREEN value IS 209 (82.03% from 255) = 55.88%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=24.33%
G=55.88%
B=19.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91209740.5600.650.18112.4459.4755.49
Hex5BD14A3804112703b37
Octal133321112700101221607367
Binary101101111010001100101011100001000001100101110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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