Html Css Color HEX #5FAF4D Apple

📋 copy color: '#5FAF4D'

red 95 ◦ green 175 ◦ blue 77

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

Shades of Apple #5FAF4D

Tints of Apple #5FAF4D

RGB

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

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

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

R = 27.38%
G = 50.43%
B = 22.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#5FAF4D (or 0x5FAF4D) is known color: Apple. HEX triplet: 5F, AF and 4D. RGB value is (95,175,77). Sum of RGB (Red+Green+Blue) = 95+175+77=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF4D is #A050B2. Grayscale: #8C8C8C. Windows color (decimal): -10506419 or 5091167. OLE color: 5091167.

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

Color convert

RGB 95 175 77 -
CMYK 0.46 0 0.56 0.31
HSL 108.98º 0.39% 0.49% -
HSV(B) 108.98º 0.56% 0.69% -
XYZ 21.39 33.63 12.38 -
YUV 139.91 92.5 95.97 -
System Red Green Blue C M Y K H S L
Decimal 95 175 77 0.46 0 0.56 0.31 108.98 0.39 0.49
Hex 5F AF 4D 2E 0 38 1F 6D 27 31
Octal 137 257 115 56 0 70 37 155 47 61
Binary 1011111 10101111 1001101 101110 0 111000 11111 1101101 100111 110001

Color Harmonies of #5FAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF4D

Black with #5FAF4D

Text Example


Text Example

White with #5FAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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