Html Css Color HEX #5FAB42 Apple

📋 copy color: '#5FAB42'

red 95 ◦ green 171 ◦ blue 66

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

Shades of Apple #5FAB42

Tints of Apple #5FAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.51%

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 28.61%
G = 51.51%
B = 19.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#5FAB42 (or 0x5FAB42) is known color: Apple. HEX triplet: 5F, AB and 42. RGB value is (95,171,66). Sum of RGB (Red+Green+Blue) = 95+171+66=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAB42 is #A054BD. Grayscale: #888888. Windows color (decimal): -10507454 or 4369247. OLE color: 4369247.

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

Color convert

RGB 95 171 66 -
CMYK 0.44 0 0.61 0.33
HSL 103.43º 0.44% 0.46% -
HSV(B) 103.43º 0.61% 0.67% -
XYZ 20.27 31.95 10.25 -
YUV 136.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 95 171 66 0.44 0 0.61 0.33 103.43 0.44 0.46
Hex 5F AB 42 2C 0 3D 21 67 2C 2E
Octal 137 253 102 54 0 75 41 147 54 56
Binary 1011111 10101011 1000010 101100 0 111101 100001 1100111 101100 101110

Color Harmonies of #5FAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAB42

Black with #5FAB42

Text Example


Text Example

White with #5FAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,171,66); }

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

background-color css

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

 a { background-color: rgb(95,171,66); }

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

border-color css

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

 span { border-color: rgb(95,171,66); }

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