Html Css Color HEX #5FC148 Apple

📋 copy color: '#5FC148'

red 95 ◦ green 193 ◦ blue 72

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

Shades of Apple #5FC148

Tints of Apple #5FC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20%

R = 26.39%
G = 53.61%
B = 20%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#5FC148 (or 0x5FC148) is known color: Apple. HEX triplet: 5F, C1 and 48. RGB value is (95,193,72). Sum of RGB (Red+Green+Blue) = 95+193+72=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC148 is #A03EB7. Grayscale: #969696. Windows color (decimal): -10501816 or 4768095. OLE color: 4768095.

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

Color convert

RGB 95 193 72 -
CMYK 0.51 0 0.63 0.24
HSL 108.6º 0.49% 0.52% -
HSV(B) 108.6º 0.63% 0.76% -
XYZ 24.96 41.04 12.74 -
YUV 149.9 84.03 88.84 -
System Red Green Blue C M Y K H S L
Decimal 95 193 72 0.51 0 0.63 0.24 108.6 0.49 0.52
Hex 5F C1 48 33 0 3F 18 6D 31 34
Octal 137 301 110 63 0 77 30 155 61 64
Binary 1011111 11000001 1001000 110011 0 111111 11000 1101101 110001 110100

Color Harmonies of #5FC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC148

Black with #5FC148

Text Example


Text Example

White with #5FC148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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