Html Css Color HEX #5AD648 Apple

📋 copy color: '#5AD648'

red 90 ◦ green 214 ◦ blue 72

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

Shades of Apple #5AD648

Tints of Apple #5AD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.91%

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

R = 23.94%
G = 56.91%
B = 19.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#5AD648 (or 0x5AD648) is known color: Apple. HEX triplet: 5A, D6 and 48. RGB value is (90,214,72). Sum of RGB (Red+Green+Blue) = 90+214+72=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD648 is #A529B7. Grayscale: #A1A1A1. Windows color (decimal): -10824120 or 4773466. OLE color: 4773466.

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

Color convert

RGB 90 214 72 -
CMYK 0.58 0 0.66 0.16
HSL 112.39º 0.63% 0.56% -
HSV(B) 112.39º 0.66% 0.84% -
XYZ 29.43 50.73 14.37 -
YUV 160.74 77.92 77.55 -
System Red Green Blue C M Y K H S L
Decimal 90 214 72 0.58 0 0.66 0.16 112.39 0.63 0.56
Hex 5A D6 48 3A 0 42 10 70 3F 38
Octal 132 326 110 72 0 102 20 160 77 70
Binary 1011010 11010110 1001000 111010 0 1000010 10000 1110000 111111 111000

Color Harmonies of #5AD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD648

Black with #5AD648

Text Example


Text Example

White with #5AD648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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