Html Css Color HEX #5FB940 Apple

📋 copy color: '#5FB940'

red 95 ◦ green 185 ◦ blue 64

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

Shades of Apple #5FB940

Tints of Apple #5FB940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 27.62%
G = 53.78%
B = 18.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#5FB940 (or 0x5FB940) is known color: Apple. HEX triplet: 5F, B9 and 40. RGB value is (95,185,64). Sum of RGB (Red+Green+Blue) = 95+185+64=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB940 is #A046BF. Grayscale: #909090. Windows color (decimal): -10503872 or 4241759. OLE color: 4241759.

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

Color convert

RGB 95 185 64 -
CMYK 0.49 0 0.65 0.27
HSL 104.63º 0.49% 0.49% -
HSV(B) 104.63º 0.65% 0.73% -
XYZ 22.99 37.5 10.88 -
YUV 144.3 82.68 92.84 -
System Red Green Blue C M Y K H S L
Decimal 95 185 64 0.49 0 0.65 0.27 104.63 0.49 0.49
Hex 5F B9 40 31 0 41 1B 69 31 31
Octal 137 271 100 61 0 101 33 151 61 61
Binary 1011111 10111001 1000000 110001 0 1000001 11011 1101001 110001 110001

Color Harmonies of #5FB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB940

Black with #5FB940

Text Example


Text Example

White with #5FB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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