Html Css Color HEX #5DAF4A Apple

📋 copy color: '#5DAF4A'

red 93 ◦ green 175 ◦ blue 74

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

Shades of Apple #5DAF4A

Tints of Apple #5DAF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.17%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 27.19%
G = 51.17%
B = 21.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#5DAF4A (or 0x5DAF4A) is known color: Apple. HEX triplet: 5D, AF and 4A. RGB value is (93,175,74). Sum of RGB (Red+Green+Blue) = 93+175+74=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF4A is #A250B5. Grayscale: #8B8B8B. Windows color (decimal): -10637494 or 4894557. OLE color: 4894557.

HSL color Cylindrical-coordinate representation of color #5DAF4A: hue angle of 108.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAF4A is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 175 74 -
CMYK 0.47 0 0.58 0.31
HSL 108.71º 0.41% 0.49% -
HSV(B) 108.71º 0.58% 0.69% -
XYZ 21.08 33.48 11.83 -
YUV 138.97 91.33 95.21 -
System Red Green Blue C M Y K H S L
Decimal 93 175 74 0.47 0 0.58 0.31 108.71 0.41 0.49
Hex 5D AF 4A 2F 0 3A 1F 6D 29 31
Octal 135 257 112 57 0 72 37 155 51 61
Binary 1011101 10101111 1001010 101111 0 111010 11111 1101101 101001 110001

Color Harmonies of #5DAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF4A

Black with #5DAF4A

Text Example


Text Example

White with #5DAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,175,74); }

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

background-color css

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

 a { background-color: rgb(93,175,74); }

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

border-color css

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

 span { border-color: rgb(93,175,74); }

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