Html Css Color HEX #5FC14F Apple

📋 copy color: '#5FC14F'

red 95 ◦ green 193 ◦ blue 79

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

Shades of Apple #5FC14F

Tints of Apple #5FC14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 25.89%
G = 52.59%
B = 21.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#5FC14F (or 0x5FC14F) is known color: Apple. HEX triplet: 5F, C1 and 4F. RGB value is (95,193,79). Sum of RGB (Red+Green+Blue) = 95+193+79=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC14F is #A03EB0. Grayscale: #979797. Windows color (decimal): -10501809 or 5226847. OLE color: 5226847.

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

Color convert

RGB 95 193 79 -
CMYK 0.51 0 0.59 0.24
HSL 111.58º 0.48% 0.53% -
HSV(B) 111.58º 0.59% 0.76% -
XYZ 25.2 41.14 14.01 -
YUV 150.7 87.53 88.27 -
System Red Green Blue C M Y K H S L
Decimal 95 193 79 0.51 0 0.59 0.24 111.58 0.48 0.53
Hex 5F C1 4F 33 0 3B 18 70 30 35
Octal 137 301 117 63 0 73 30 160 60 65
Binary 1011111 11000001 1001111 110011 0 111011 11000 1110000 110000 110101

Color Harmonies of #5FC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC14F

Black with #5FC14F

Text Example


Text Example

White with #5FC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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