Html Css Color HEX #5FB935 Apple

📋 copy color: '#5FB935'

red 95 ◦ green 185 ◦ blue 53

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

Shades of Apple #5FB935

Tints of Apple #5FB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.56%

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 28.53%
G = 55.56%
B = 15.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#5FB935 (or 0x5FB935) is known color: Apple. HEX triplet: 5F, B9 and 35. RGB value is (95,185,53). Sum of RGB (Red+Green+Blue) = 95+185+53=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB935 is #A046CA. Grayscale: #8F8F8F. Windows color (decimal): -10503883 or 3520863. OLE color: 3520863.

HSL color Cylindrical-coordinate representation of color #5FB935: hue angle of 100.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FB935 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 185 53 -
CMYK 0.49 0 0.71 0.27
HSL 100.91º 0.55% 0.47% -
HSV(B) 100.91º 0.71% 0.73% -
XYZ 22.71 37.39 9.39 -
YUV 143.04 77.18 93.73 -
System Red Green Blue C M Y K H S L
Decimal 95 185 53 0.49 0 0.71 0.27 100.91 0.55 0.47
Hex 5F B9 35 31 0 47 1B 65 37 2F
Octal 137 271 65 61 0 107 33 145 67 57
Binary 1011111 10111001 110101 110001 0 1000111 11011 1100101 110111 101111

Color Harmonies of #5FB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB935

Black with #5FB935

Text Example


Text Example

White with #5FB935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,185,53); }

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

background-color css

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

 a { background-color: rgb(95,185,53); }

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

border-color css

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

 span { border-color: rgb(95,185,53); }

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