Html Css Color HEX #5FB534 Apple

📋 copy color: '#5FB534'

red 95 ◦ green 181 ◦ blue 52

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

Shades of Apple #5FB534

Tints of Apple #5FB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.18%

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

R = 28.96%
G = 55.18%
B = 15.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#5FB534 (or 0x5FB534) is known color: Apple. HEX triplet: 5F, B5 and 34. RGB value is (95,181,52). Sum of RGB (Red+Green+Blue) = 95+181+52=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB534 is #A04ACB. Grayscale: #8D8D8D. Windows color (decimal): -10504908 or 3454303. OLE color: 3454303.

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

Color convert

RGB 95 181 52 -
CMYK 0.48 0 0.71 0.29
HSL 100º 0.55% 0.46% -
HSV(B) 100º 0.71% 0.71% -
XYZ 21.86 35.73 8.99 -
YUV 140.58 78.01 95.49 -
System Red Green Blue C M Y K H S L
Decimal 95 181 52 0.48 0 0.71 0.29 100 0.55 0.46
Hex 5F B5 34 30 0 47 1D 64 37 2E
Octal 137 265 64 60 0 107 35 144 67 56
Binary 1011111 10110101 110100 110000 0 1000111 11101 1100100 110111 101110

Color Harmonies of #5FB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB534

Black with #5FB534

Text Example


Text Example

White with #5FB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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