Html Css Color HEX #5FAB55 Apple

📋 copy color: '#5FAB55'

red 95 ◦ green 171 ◦ blue 85

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

Shades of Apple #5FAB55

Tints of Apple #5FAB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 27.07%
G = 48.72%
B = 24.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#5FAB55 (or 0x5FAB55) is known color: Apple. HEX triplet: 5F, AB and 55. RGB value is (95,171,85). Sum of RGB (Red+Green+Blue) = 95+171+85=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAB55 is #A054AA. Grayscale: #8A8A8A. Windows color (decimal): -10507435 or 5614431. OLE color: 5614431.

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

Color convert

RGB 95 171 85 -
CMYK 0.44 0 0.50 0.33
HSL 113.02º 0.34% 0.5% -
HSV(B) 113.02º 0.5% 0.67% -
XYZ 20.92 32.21 13.71 -
YUV 138.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 95 171 85 0.44 0 0.50 0.33 113.02 0.34 0.5
Hex 5F AB 55 2C 0 32 21 71 22 32
Octal 137 253 125 54 0 62 41 161 42 62
Binary 1011111 10101011 1010101 101100 0 110010 100001 1110001 100010 110010

Color Harmonies of #5FAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAB55

Black with #5FAB55

Text Example


Text Example

White with #5FAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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