Html Css Color HEX #5FAF3D Apple

📋 copy color: '#5FAF3D'

red 95 ◦ green 175 ◦ blue 61

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

Shades of Apple #5FAF3D

Tints of Apple #5FAF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 28.7%
G = 52.87%
B = 18.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#5FAF3D (or 0x5FAF3D) is known color: Apple. HEX triplet: 5F, AF and 3D. RGB value is (95,175,61). Sum of RGB (Red+Green+Blue) = 95+175+61=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF3D is #A050C2. Grayscale: #8A8A8A. Windows color (decimal): -10506435 or 4042591. OLE color: 4042591.

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

Color convert

RGB 95 175 61 -
CMYK 0.46 0 0.65 0.31
HSL 102.11º 0.48% 0.46% -
HSV(B) 102.11º 0.65% 0.69% -
XYZ 20.89 33.43 9.77 -
YUV 138.08 84.5 97.27 -
System Red Green Blue C M Y K H S L
Decimal 95 175 61 0.46 0 0.65 0.31 102.11 0.48 0.46
Hex 5F AF 3D 2E 0 41 1F 66 30 2E
Octal 137 257 75 56 0 101 37 146 60 56
Binary 1011111 10101111 111101 101110 0 1000001 11111 1100110 110000 101110

Color Harmonies of #5FAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF3D

Black with #5FAF3D

Text Example


Text Example

White with #5FAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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