Html Css Color HEX #5FA34D Apple

📋 copy color: '#5FA34D'

red 95 ◦ green 163 ◦ blue 77

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

Shades of Apple #5FA34D

Tints of Apple #5FA34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.66%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 28.36%
G = 48.66%
B = 22.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#5FA34D (or 0x5FA34D) is known color: Apple. HEX triplet: 5F, A3 and 4D. RGB value is (95,163,77). Sum of RGB (Red+Green+Blue) = 95+163+77=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA34D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA34D is #A05CB2. Grayscale: #858585. Windows color (decimal): -10509491 or 5088095. OLE color: 5088095.

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

Color convert

RGB 95 163 77 -
CMYK 0.42 0 0.53 0.36
HSL 107.44º 0.36% 0.47% -
HSV(B) 107.44º 0.53% 0.64% -
XYZ 19.16 29.16 11.64 -
YUV 132.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 95 163 77 0.42 0 0.53 0.36 107.44 0.36 0.47
Hex 5F A3 4D 2A 0 35 24 6B 24 2F
Octal 137 243 115 52 0 65 44 153 44 57
Binary 1011111 10100011 1001101 101010 0 110101 100100 1101011 100100 101111

Color Harmonies of #5FA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA34D

Black with #5FA34D

Text Example


Text Example

White with #5FA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,163,77); }

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

background-color css

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

 a { background-color: rgb(95,163,77); }

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

border-color css

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

 span { border-color: rgb(95,163,77); }

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