Html Css Color HEX #5FB352 Apple

📋 copy color: '#5FB352'

red 95 ◦ green 179 ◦ blue 82

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

Shades of Apple #5FB352

Tints of Apple #5FB352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.28%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 26.69%
G = 50.28%
B = 23.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#5FB352 (or 0x5FB352) is known color: Apple. HEX triplet: 5F, B3 and 52. RGB value is (95,179,82). Sum of RGB (Red+Green+Blue) = 95+179+82=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB352 is #A04CAD. Grayscale: #8F8F8F. Windows color (decimal): -10505390 or 5419871. OLE color: 5419871.

HSL color Cylindrical-coordinate representation of color #5FB352: hue angle of 111.96º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FB352 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 179 82 -
CMYK 0.47 0 0.54 0.30
HSL 111.96º 0.39% 0.51% -
HSV(B) 111.96º 0.54% 0.7% -
XYZ 22.36 35.28 13.61 -
YUV 142.83 93.67 93.89 -
System Red Green Blue C M Y K H S L
Decimal 95 179 82 0.47 0 0.54 0.30 111.96 0.39 0.51
Hex 5F B3 52 2F 0 36 1E 70 27 33
Octal 137 263 122 57 0 66 36 160 47 63
Binary 1011111 10110011 1010010 101111 0 110110 11110 1110000 100111 110011

Color Harmonies of #5FB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB352

Black with #5FB352

Text Example


Text Example

White with #5FB352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,179,82); }

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

background-color css

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

 a { background-color: rgb(95,179,82); }

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

border-color css

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

 span { border-color: rgb(95,179,82); }

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