Html Css Color HEX #5AD053 Apple

📋 copy color: '#5AD053'

red 90 ◦ green 208 ◦ blue 83

#5AD053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5AD053

Tints of Apple #5AD053

RGB

 RED value IS 90 (35.55% from 255) = 23.62%

 GREEN value IS 208 (81.64% from 255) = 54.59%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 23.62%
G = 54.59%
B = 21.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#5AD053 (or 0x5AD053) is known color: Apple. HEX triplet: 5A, D0 and 53. RGB value is (90,208,83). Sum of RGB (Red+Green+Blue) = 90+208+83=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD053 is #A52FAC. Grayscale: #9E9E9E. Windows color (decimal): -10825645 or 5492826. OLE color: 5492826.

HSL color Cylindrical-coordinate representation of color #5AD053: hue angle of 116.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AD053 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 83 -
CMYK 0.57 0 0.60 0.18
HSL 116.64º 0.57% 0.57% -
HSV(B) 116.64º 0.6% 0.82% -
XYZ 28.33 47.91 15.94 -
YUV 158.47 85.41 79.16 -
System Red Green Blue C M Y K H S L
Decimal 90 208 83 0.57 0 0.60 0.18 116.64 0.57 0.57
Hex 5A D0 53 39 0 3C 12 75 39 39
Octal 132 320 123 71 0 74 22 165 71 71
Binary 1011010 11010000 1010011 111001 0 111100 10010 1110101 111001 111001

Color Harmonies of #5AD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD053

Black with #5AD053

Text Example


Text Example

White with #5AD053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,208,83); }

 H1.HeaderClassName
 {
   color: #5AD053;
 }
 .AnyTagClassName
 {
   color: #5AD053;
 }
</style>

background-color css

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

 a { background-color: rgb(90,208,83); }

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

border-color css

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

 span { border-color: rgb(90,208,83); }

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