Html Css Color HEX #5FAD31 Apple

📋 copy color: '#5FAD31'

red 95 ◦ green 173 ◦ blue 49

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

Shades of Apple #5FAD31

Tints of Apple #5FAD31

RGB

 RED value IS 95 (37.5% from 255) = 29.97%

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

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 29.97%
G = 54.57%
B = 15.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#5FAD31 (or 0x5FAD31) is known color: Apple. HEX triplet: 5F, AD and 31. RGB value is (95,173,49). Sum of RGB (Red+Green+Blue) = 95+173+49=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAD31 is #A052CE. Grayscale: #878787. Windows color (decimal): -10506959 or 3255647. OLE color: 3255647.

HSL color Cylindrical-coordinate representation of color #5FAD31: hue angle of 97.74º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FAD31 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 173 49 -
CMYK 0.45 0 0.72 0.32
HSL 97.74º 0.56% 0.44% -
HSV(B) 97.74º 0.72% 0.68% -
XYZ 20.22 32.54 8.12 -
YUV 135.54 79.16 99.08 -
System Red Green Blue C M Y K H S L
Decimal 95 173 49 0.45 0 0.72 0.32 97.74 0.56 0.44
Hex 5F AD 31 2D 0 48 20 62 38 2C
Octal 137 255 61 55 0 110 40 142 70 54
Binary 1011111 10101101 110001 101101 0 1001000 100000 1100010 111000 101100

Color Harmonies of #5FAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAD31

Black with #5FAD31

Text Example


Text Example

White with #5FAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,173,49); }

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

background-color css

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

 a { background-color: rgb(95,173,49); }

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

border-color css

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

 span { border-color: rgb(95,173,49); }

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