Html Css Color HEX #5DAD3F Apple

📋 copy color: '#5DAD3F'

red 93 ◦ green 173 ◦ blue 63

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

Shades of Apple #5DAD3F

Tints of Apple #5DAD3F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.58%

 BLUE value IS 63 (25% from 255) = 19.15%

R = 28.27%
G = 52.58%
B = 19.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#5DAD3F (or 0x5DAD3F) is known color: Apple. HEX triplet: 5D, AD and 3F. RGB value is (93,173,63). Sum of RGB (Red+Green+Blue) = 93+173+63=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD3F is #A252C0. Grayscale: #888888. Windows color (decimal): -10638017 or 4173149. OLE color: 4173149.

HSL color Cylindrical-coordinate representation of color #5DAD3F: hue angle of 103.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DAD3F is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 173 63 -
CMYK 0.46 0 0.64 0.32
HSL 103.64º 0.47% 0.46% -
HSV(B) 103.64º 0.64% 0.68% -
XYZ 20.35 32.57 9.92 -
YUV 136.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 93 173 63 0.46 0 0.64 0.32 103.64 0.47 0.46
Hex 5D AD 3F 2E 0 40 20 68 2F 2E
Octal 135 255 77 56 0 100 40 150 57 56
Binary 1011101 10101101 111111 101110 0 1000000 100000 1101000 101111 101110

Color Harmonies of #5DAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAD3F

Black with #5DAD3F

Text Example


Text Example

White with #5DAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,173,63); }

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

background-color css

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

 a { background-color: rgb(93,173,63); }

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

border-color css

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

 span { border-color: rgb(93,173,63); }

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