Html Css Color HEX #5FA449 Apple

📋 copy color: '#5FA449'

red 95 ◦ green 164 ◦ blue 73

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

Shades of Apple #5FA449

Tints of Apple #5FA449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.4%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 28.61%
G = 49.4%
B = 21.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#5FA449 (or 0x5FA449) is known color: Apple. HEX triplet: 5F, A4 and 49. RGB value is (95,164,73). Sum of RGB (Red+Green+Blue) = 95+164+73=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA449 is #A05BB6. Grayscale: #858585. Windows color (decimal): -10509239 or 4826207. OLE color: 4826207.

HSL color Cylindrical-coordinate representation of color #5FA449: hue angle of 105.49º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FA449 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 164 73 -
CMYK 0.42 0 0.55 0.36
HSL 105.49º 0.38% 0.46% -
HSV(B) 105.49º 0.55% 0.64% -
XYZ 19.2 29.46 10.98 -
YUV 133 94.14 100.9 -
System Red Green Blue C M Y K H S L
Decimal 95 164 73 0.42 0 0.55 0.36 105.49 0.38 0.46
Hex 5F A4 49 2A 0 37 24 69 26 2E
Octal 137 244 111 52 0 67 44 151 46 56
Binary 1011111 10100100 1001001 101010 0 110111 100100 1101001 100110 101110

Color Harmonies of #5FA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA449

Black with #5FA449

Text Example


Text Example

White with #5FA449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,164,73); }

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

background-color css

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

 a { background-color: rgb(95,164,73); }

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

border-color css

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

 span { border-color: rgb(95,164,73); }

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