Html Css Color HEX #5DAB48 Apple

📋 copy color: '#5DAB48'

red 93 ◦ green 171 ◦ blue 72

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

Shades of Apple #5DAB48

Tints of Apple #5DAB48

RGB

 RED value IS 93 (36.72% from 255) = 27.68%

 GREEN value IS 171 (67.19% from 255) = 50.89%

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

R = 27.68%
G = 50.89%
B = 21.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#5DAB48 (or 0x5DAB48) is known color: Apple. HEX triplet: 5D, AB and 48. RGB value is (93,171,72). Sum of RGB (Red+Green+Blue) = 93+171+72=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB48 is #A254B7. Grayscale: #888888. Windows color (decimal): -10638520 or 4762461. OLE color: 4762461.

HSL color Cylindrical-coordinate representation of color #5DAB48: hue angle of 107.27º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAB48 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 171 72 -
CMYK 0.46 0 0.58 0.33
HSL 107.27º 0.41% 0.48% -
HSV(B) 107.27º 0.58% 0.67% -
XYZ 20.25 31.92 11.23 -
YUV 136.39 91.66 97.05 -
System Red Green Blue C M Y K H S L
Decimal 93 171 72 0.46 0 0.58 0.33 107.27 0.41 0.48
Hex 5D AB 48 2E 0 3A 21 6B 29 30
Octal 135 253 110 56 0 72 41 153 51 60
Binary 1011101 10101011 1001000 101110 0 111010 100001 1101011 101001 110000

Color Harmonies of #5DAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB48

Black with #5DAB48

Text Example


Text Example

White with #5DAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,72); }

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

background-color css

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

 a { background-color: rgb(93,171,72); }

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

border-color css

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

 span { border-color: rgb(93,171,72); }

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