Html Css Color HEX #5FC138 Apple

📋 copy color: '#5FC138'

red 95 ◦ green 193 ◦ blue 56

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

Shades of Apple #5FC138

Tints of Apple #5FC138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 27.62%
G = 56.1%
B = 16.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#5FC138 (or 0x5FC138) is known color: Apple. HEX triplet: 5F, C1 and 38. RGB value is (95,193,56). Sum of RGB (Red+Green+Blue) = 95+193+56=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC138 is #A03EC7. Grayscale: #949494. Windows color (decimal): -10501832 or 3719519. OLE color: 3719519.

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

Color convert

RGB 95 193 56 -
CMYK 0.51 0 0.71 0.24
HSL 102.92º 0.55% 0.49% -
HSV(B) 102.92º 0.71% 0.76% -
XYZ 24.5 40.86 10.34 -
YUV 148.08 76.03 90.14 -
System Red Green Blue C M Y K H S L
Decimal 95 193 56 0.51 0 0.71 0.24 102.92 0.55 0.49
Hex 5F C1 38 33 0 47 18 67 37 31
Octal 137 301 70 63 0 107 30 147 67 61
Binary 1011111 11000001 111000 110011 0 1000111 11000 1100111 110111 110001

Color Harmonies of #5FC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC138

Black with #5FC138

Text Example


Text Example

White with #5FC138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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