Html Css Color HEX #5BA14E Apple

📋 copy color: '#5BA14E'

red 91 ◦ green 161 ◦ blue 78

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

Shades of Apple #5BA14E

Tints of Apple #5BA14E

RGB

 RED value IS 91 (35.94% from 255) = 27.58%

 GREEN value IS 161 (63.28% from 255) = 48.79%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 27.58%
G = 48.79%
B = 23.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#5BA14E (or 0x5BA14E) is known color: Apple. HEX triplet: 5B, A1 and 4E. RGB value is (91,161,78). Sum of RGB (Red+Green+Blue) = 91+161+78=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA14E is #A45EB1. Grayscale: #828282. Windows color (decimal): -10772146 or 5153115. OLE color: 5153115.

HSL color Cylindrical-coordinate representation of color #5BA14E: hue angle of 110.6º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BA14E is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 161 78 -
CMYK 0.43 0 0.52 0.37
HSL 110.6º 0.35% 0.47% -
HSV(B) 110.6º 0.52% 0.63% -
XYZ 18.43 28.26 11.69 -
YUV 130.61 98.31 99.75 -
System Red Green Blue C M Y K H S L
Decimal 91 161 78 0.43 0 0.52 0.37 110.6 0.35 0.47
Hex 5B A1 4E 2B 0 34 25 6F 23 2F
Octal 133 241 116 53 0 64 45 157 43 57
Binary 1011011 10100001 1001110 101011 0 110100 100101 1101111 100011 101111

Color Harmonies of #5BA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA14E

Black with #5BA14E

Text Example


Text Example

White with #5BA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,161,78); }

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

background-color css

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

 a { background-color: rgb(91,161,78); }

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

border-color css

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

 span { border-color: rgb(91,161,78); }

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