Html Css Color HEX #5DA648 Apple

📋 copy color: '#5DA648'

red 93 ◦ green 166 ◦ blue 72

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

Shades of Apple #5DA648

Tints of Apple #5DA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.15%

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

R = 28.1%
G = 50.15%
B = 21.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#5DA648 (or 0x5DA648) is known color: Apple. HEX triplet: 5D, A6 and 48. RGB value is (93,166,72). Sum of RGB (Red+Green+Blue) = 93+166+72=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA648 is #A259B7. Grayscale: #858585. Windows color (decimal): -10639800 or 4761181. OLE color: 4761181.

HSL color Cylindrical-coordinate representation of color #5DA648: hue angle of 106.6º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DA648 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 166 72 -
CMYK 0.44 0 0.57 0.35
HSL 106.6º 0.39% 0.47% -
HSV(B) 106.6º 0.57% 0.65% -
XYZ 19.32 30.07 10.92 -
YUV 133.46 93.32 99.14 -
System Red Green Blue C M Y K H S L
Decimal 93 166 72 0.44 0 0.57 0.35 106.6 0.39 0.47
Hex 5D A6 48 2C 0 39 23 6B 27 2F
Octal 135 246 110 54 0 71 43 153 47 57
Binary 1011101 10100110 1001000 101100 0 111001 100011 1101011 100111 101111

Color Harmonies of #5DA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA648

Black with #5DA648

Text Example


Text Example

White with #5DA648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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