Html Css Color HEX #5DAF3F Apple

📋 copy color: '#5DAF3F'

red 93 ◦ green 175 ◦ blue 63

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

Shades of Apple #5DAF3F

Tints of Apple #5DAF3F

RGB

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

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

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

R = 28.1%
G = 52.87%
B = 19.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#5DAF3F (or 0x5DAF3F) is known color: Apple. HEX triplet: 5D, AF and 3F. RGB value is (93,175,63). Sum of RGB (Red+Green+Blue) = 93+175+63=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF3F is #A250C0. Grayscale: #8A8A8A. Windows color (decimal): -10637505 or 4173661. OLE color: 4173661.

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

Color convert

RGB 93 175 63 -
CMYK 0.47 0 0.64 0.31
HSL 103.93º 0.47% 0.47% -
HSV(B) 103.93º 0.64% 0.69% -
XYZ 20.74 33.35 10.05 -
YUV 137.71 85.83 96.11 -
System Red Green Blue C M Y K H S L
Decimal 93 175 63 0.47 0 0.64 0.31 103.93 0.47 0.47
Hex 5D AF 3F 2F 0 40 1F 68 2F 2F
Octal 135 257 77 57 0 100 37 150 57 57
Binary 1011101 10101111 111111 101111 0 1000000 11111 1101000 101111 101111

Color Harmonies of #5DAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAF3F

Black with #5DAF3F

Text Example


Text Example

White with #5DAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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