Html Css Color HEX #5BA540 Apple

📋 copy color: '#5BA540'

red 91 ◦ green 165 ◦ blue 64

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

Shades of Apple #5BA540

Tints of Apple #5BA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 28.44%
G = 51.56%
B = 20%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#5BA540 (or 0x5BA540) is known color: Apple. HEX triplet: 5B, A5 and 40. RGB value is (91,165,64). Sum of RGB (Red+Green+Blue) = 91+165+64=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA540 is #A45ABF. Grayscale: #838383. Windows color (decimal): -10771136 or 4236635. OLE color: 4236635.

HSL color Cylindrical-coordinate representation of color #5BA540: hue angle of 103.96º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA540 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 165 64 -
CMYK 0.45 0 0.61 0.35
HSL 103.96º 0.44% 0.45% -
HSV(B) 103.96º 0.61% 0.65% -
XYZ 18.69 29.5 9.56 -
YUV 131.36 89.98 99.21 -
System Red Green Blue C M Y K H S L
Decimal 91 165 64 0.45 0 0.61 0.35 103.96 0.44 0.45
Hex 5B A5 40 2D 0 3D 23 68 2C 2D
Octal 133 245 100 55 0 75 43 150 54 55
Binary 1011011 10100101 1000000 101101 0 111101 100011 1101000 101100 101101

Color Harmonies of #5BA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA540

Black with #5BA540

Text Example


Text Example

White with #5BA540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,165,64); }

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

background-color css

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

 a { background-color: rgb(91,165,64); }

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

border-color css

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

 span { border-color: rgb(91,165,64); }

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