Html Css Color HEX #5FAF3A Apple

📋 copy color: '#5FAF3A'

red 95 ◦ green 175 ◦ blue 58

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

Shades of Apple #5FAF3A

Tints of Apple #5FAF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 28.96%
G = 53.35%
B = 17.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#5FAF3A (or 0x5FAF3A) is known color: Apple. HEX triplet: 5F, AF and 3A. RGB value is (95,175,58). Sum of RGB (Red+Green+Blue) = 95+175+58=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF3A is #A050C5. Grayscale: #8A8A8A. Windows color (decimal): -10506438 or 3845983. OLE color: 3845983.

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

Color convert

RGB 95 175 58 -
CMYK 0.46 0 0.67 0.31
HSL 101.03º 0.5% 0.46% -
HSV(B) 101.03º 0.67% 0.69% -
XYZ 20.81 33.4 9.35 -
YUV 137.74 83 97.51 -
System Red Green Blue C M Y K H S L
Decimal 95 175 58 0.46 0 0.67 0.31 101.03 0.5 0.46
Hex 5F AF 3A 2E 0 43 1F 65 32 2E
Octal 137 257 72 56 0 103 37 145 62 56
Binary 1011111 10101111 111010 101110 0 1000011 11111 1100101 110010 101110

Color Harmonies of #5FAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF3A

Black with #5FAF3A

Text Example


Text Example

White with #5FAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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