Html Css Color HEX #5AD948 Apple

📋 copy color: '#5AD948'

red 90 ◦ green 217 ◦ blue 72

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

Shades of Apple #5AD948

Tints of Apple #5AD948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.26%

 BLUE value IS 72 (28.52% from 255) = 19%

R = 23.75%
G = 57.26%
B = 19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#5AD948 (or 0x5AD948) is known color: Apple. HEX triplet: 5A, D9 and 48. RGB value is (90,217,72). Sum of RGB (Red+Green+Blue) = 90+217+72=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD948 is #A526B7. Grayscale: #A2A2A2. Windows color (decimal): -10823352 or 4774234. OLE color: 4774234.

HSL color Cylindrical-coordinate representation of color #5AD948: hue angle of 112.55º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AD948 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 217 72 -
CMYK 0.59 0 0.67 0.15
HSL 112.55º 0.66% 0.57% -
HSV(B) 112.55º 0.67% 0.85% -
XYZ 30.2 52.27 14.63 -
YUV 162.5 76.92 76.29 -
System Red Green Blue C M Y K H S L
Decimal 90 217 72 0.59 0 0.67 0.15 112.55 0.66 0.57
Hex 5A D9 48 3B 0 43 F 71 42 39
Octal 132 331 110 73 0 103 17 161 102 71
Binary 1011010 11011001 1001000 111011 0 1000011 1111 1110001 1000010 111001

Color Harmonies of #5AD948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD948

Black with #5AD948

Text Example


Text Example

White with #5AD948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,217,72); }

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

background-color css

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

 a { background-color: rgb(90,217,72); }

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

border-color css

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

 span { border-color: rgb(90,217,72); }

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