Html Css Color HEX #5FAD34 Apple

📋 copy color: '#5FAD34'

red 95 ◦ green 173 ◦ blue 52

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

Shades of Apple #5FAD34

Tints of Apple #5FAD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.06%

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 29.69%
G = 54.06%
B = 16.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#5FAD34 (or 0x5FAD34) is known color: Apple. HEX triplet: 5F, AD and 34. RGB value is (95,173,52). Sum of RGB (Red+Green+Blue) = 95+173+52=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAD34 is #A052CB. Grayscale: #888888. Windows color (decimal): -10506956 or 3452255. OLE color: 3452255.

HSL color Cylindrical-coordinate representation of color #5FAD34: hue angle of 98.68º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FAD34 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 173 52 -
CMYK 0.45 0 0.70 0.32
HSL 98.68º 0.54% 0.44% -
HSV(B) 98.68º 0.7% 0.68% -
XYZ 20.28 32.57 8.47 -
YUV 135.88 80.66 98.84 -
System Red Green Blue C M Y K H S L
Decimal 95 173 52 0.45 0 0.70 0.32 98.68 0.54 0.44
Hex 5F AD 34 2D 0 46 20 63 36 2C
Octal 137 255 64 55 0 106 40 143 66 54
Binary 1011111 10101101 110100 101101 0 1000110 100000 1100011 110110 101100

Color Harmonies of #5FAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAD34

Black with #5FAD34

Text Example


Text Example

White with #5FAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,173,52); }

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

background-color css

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

 a { background-color: rgb(95,173,52); }

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

border-color css

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

 span { border-color: rgb(95,173,52); }

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