Html Css Color HEX #5DAD4B Apple

📋 copy color: '#5DAD4B'

red 93 ◦ green 173 ◦ blue 75

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

Shades of Apple #5DAD4B

Tints of Apple #5DAD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 27.27%
G = 50.73%
B = 21.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#5DAD4B (or 0x5DAD4B) is known color: Apple. HEX triplet: 5D, AD and 4B. RGB value is (93,173,75). Sum of RGB (Red+Green+Blue) = 93+173+75=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD4B is #A252B4. Grayscale: #8A8A8A. Windows color (decimal): -10638005 or 4959581. OLE color: 4959581.

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

Color convert

RGB 93 173 75 -
CMYK 0.46 0 0.57 0.32
HSL 108.98º 0.4% 0.49% -
HSV(B) 108.98º 0.57% 0.68% -
XYZ 20.73 32.72 11.88 -
YUV 137.91 92.5 95.97 -
System Red Green Blue C M Y K H S L
Decimal 93 173 75 0.46 0 0.57 0.32 108.98 0.4 0.49
Hex 5D AD 4B 2E 0 39 20 6D 28 31
Octal 135 255 113 56 0 71 40 155 50 61
Binary 1011101 10101101 1001011 101110 0 111001 100000 1101101 101000 110001

Color Harmonies of #5DAD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAD4B

Black with #5DAD4B

Text Example


Text Example

White with #5DAD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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