#5ADB45

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

Shades of Apple #5ADB45

Tints of Apple #5ADB45

Color information

#5ADB45 (or 0x5ADB45) is unknown color: approx Apple. HEX triplet: 5A, DB and 45. RGB value is (90,219,69). Sum of RGB (Red+Green+Blue) = 90+219+69=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 219 (85.94% from 255 or 57.94% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADB45 is #A524BA. Grayscale: #A3A3A3. Windows color (decimal): -10822843 or 4578138. OLE color: 4578138.

HSL color Cylindrical-coordinate representation of color #5ADB45: hue angle of 111.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5ADB45 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB9021969-
CMYK0.5900.680.14
HSL111.6º67.57%56.47%-
HSV(B)111.6º68.49%85.88%-
XYZ30.6253.2714.3-
YUV163.3374.7675.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.81%
GREEN value IS 219 (85.94% from 255) = 57.94%
BLUE value IS 69 (27.34% from 255) = 18.25%
R=23.81%
G=57.94%
B=18.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90219690.5900.680.14111.667.5756.47
Hex5ADB453B044E704438
Octal1323331057301041616010470
Binary101101011011011100010111101101000100111011100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,219,69); }

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

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

 a { background-color: rgb(90,219,69); }

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

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

 span { border-color: rgb(90,219,69); }

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