Html Css Color HEX #5FC14D Apple

📋 copy color: '#5FC14D'

red 95 ◦ green 193 ◦ blue 77

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

Shades of Apple #5FC14D

Tints of Apple #5FC14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 26.03%
G = 52.88%
B = 21.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#5FC14D (or 0x5FC14D) is known color: Apple. HEX triplet: 5F, C1 and 4D. RGB value is (95,193,77). Sum of RGB (Red+Green+Blue) = 95+193+77=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC14D is #A03EB2. Grayscale: #969696. Windows color (decimal): -10501811 or 5095775. OLE color: 5095775.

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

Color convert

RGB 95 193 77 -
CMYK 0.51 0 0.60 0.24
HSL 110.69º 0.48% 0.53% -
HSV(B) 110.69º 0.6% 0.76% -
XYZ 25.13 41.11 13.63 -
YUV 150.47 86.53 88.43 -
System Red Green Blue C M Y K H S L
Decimal 95 193 77 0.51 0 0.60 0.24 110.69 0.48 0.53
Hex 5F C1 4D 33 0 3C 18 6F 30 35
Octal 137 301 115 63 0 74 30 157 60 65
Binary 1011111 11000001 1001101 110011 0 111100 11000 1101111 110000 110101

Color Harmonies of #5FC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC14D

Black with #5FC14D

Text Example


Text Example

White with #5FC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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