Html Css Color HEX #5DAF4B Apple

📋 copy color: '#5DAF4B'

red 93 ◦ green 175 ◦ blue 75

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

Shades of Apple #5DAF4B

Tints of Apple #5DAF4B

RGB

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

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

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

R = 27.11%
G = 51.02%
B = 21.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#5DAF4B (or 0x5DAF4B) is known color: Apple. HEX triplet: 5D, AF and 4B. RGB value is (93,175,75). Sum of RGB (Red+Green+Blue) = 93+175+75=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF4B is #A250B4. Grayscale: #8B8B8B. Windows color (decimal): -10637493 or 4960093. OLE color: 4960093.

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

Color convert

RGB 93 175 75 -
CMYK 0.47 0 0.57 0.31
HSL 109.2º 0.4% 0.49% -
HSV(B) 109.2º 0.57% 0.69% -
XYZ 21.11 33.5 12.01 -
YUV 139.08 91.83 95.13 -
System Red Green Blue C M Y K H S L
Decimal 93 175 75 0.47 0 0.57 0.31 109.2 0.4 0.49
Hex 5D AF 4B 2F 0 39 1F 6D 28 31
Octal 135 257 113 57 0 71 37 155 50 61
Binary 1011101 10101111 1001011 101111 0 111001 11111 1101101 101000 110001

Color Harmonies of #5DAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF4B

Black with #5DAF4B

Text Example


Text Example

White with #5DAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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