Html Css Color HEX #5AD348 Apple

📋 copy color: '#5AD348'

red 90 ◦ green 211 ◦ blue 72

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

Shades of Apple #5AD348

Tints of Apple #5AD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.57%

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

R = 24.13%
G = 56.57%
B = 19.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#5AD348 (or 0x5AD348) is known color: Apple. HEX triplet: 5A, D3 and 48. RGB value is (90,211,72). Sum of RGB (Red+Green+Blue) = 90+211+72=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD348 is #A52CB7. Grayscale: #9F9F9F. Windows color (decimal): -10824888 or 4772698. OLE color: 4772698.

HSL color Cylindrical-coordinate representation of color #5AD348: hue angle of 112.23º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AD348 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 90 211 72 -
CMYK 0.57 0 0.66 0.17
HSL 112.23º 0.61% 0.55% -
HSV(B) 112.23º 0.66% 0.83% -
XYZ 28.68 49.23 14.12 -
YUV 158.98 78.91 78.8 -
System Red Green Blue C M Y K H S L
Decimal 90 211 72 0.57 0 0.66 0.17 112.23 0.61 0.55
Hex 5A D3 48 39 0 42 11 70 3D 37
Octal 132 323 110 71 0 102 21 160 75 67
Binary 1011010 11010011 1001000 111001 0 1000010 10001 1110000 111101 110111

Color Harmonies of #5AD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD348

Black with #5AD348

Text Example


Text Example

White with #5AD348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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