Html Css Color HEX #5FC131 Apple

📋 copy color: '#5FC131'

red 95 ◦ green 193 ◦ blue 49

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

Shades of Apple #5FC131

Tints of Apple #5FC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.27%

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 28.19%
G = 57.27%
B = 14.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#5FC131 (or 0x5FC131) is known color: Apple. HEX triplet: 5F, C1 and 31. RGB value is (95,193,49). Sum of RGB (Red+Green+Blue) = 95+193+49=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC131 is #A03ECE. Grayscale: #939393. Windows color (decimal): -10501839 or 3260767. OLE color: 3260767.

HSL color Cylindrical-coordinate representation of color #5FC131: hue angle of 100.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FC131 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 193 49 -
CMYK 0.51 0 0.75 0.24
HSL 100.83º 0.6% 0.47% -
HSV(B) 100.83º 0.75% 0.76% -
XYZ 24.34 40.79 9.5 -
YUV 147.28 72.53 90.71 -
System Red Green Blue C M Y K H S L
Decimal 95 193 49 0.51 0 0.75 0.24 100.83 0.6 0.47
Hex 5F C1 31 33 0 4B 18 65 3C 2F
Octal 137 301 61 63 0 113 30 145 74 57
Binary 1011111 11000001 110001 110011 0 1001011 11000 1100101 111100 101111

Color Harmonies of #5FC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC131

Black with #5FC131

Text Example


Text Example

White with #5FC131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,193,49); }

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

background-color css

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

 a { background-color: rgb(95,193,49); }

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

border-color css

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

 span { border-color: rgb(95,193,49); }

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