Html Css Color HEX #5BBC50 Apple

📋 copy color: '#5BBC50'

red 91 ◦ green 188 ◦ blue 80

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

Shades of Apple #5BBC50

Tints of Apple #5BBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.37%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 25.35%
G = 52.37%
B = 22.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#5BBC50 (or 0x5BBC50) is known color: Apple. HEX triplet: 5B, BC and 50. RGB value is (91,188,80). Sum of RGB (Red+Green+Blue) = 91+188+80=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC50 is #A443AF. Grayscale: #939393. Windows color (decimal): -10765232 or 5291099. OLE color: 5291099.

HSL color Cylindrical-coordinate representation of color #5BBC50: hue angle of 113.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BBC50 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 188 80 -
CMYK 0.52 0 0.57 0.26
HSL 113.89º 0.45% 0.53% -
HSV(B) 113.89º 0.57% 0.74% -
XYZ 23.75 38.77 13.82 -
YUV 146.69 90.36 88.28 -
System Red Green Blue C M Y K H S L
Decimal 91 188 80 0.52 0 0.57 0.26 113.89 0.45 0.53
Hex 5B BC 50 34 0 39 1A 72 2D 35
Octal 133 274 120 64 0 71 32 162 55 65
Binary 1011011 10111100 1010000 110100 0 111001 11010 1110010 101101 110101

Color Harmonies of #5BBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBC50

Black with #5BBC50

Text Example


Text Example

White with #5BBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,188,80); }

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

background-color css

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

 a { background-color: rgb(91,188,80); }

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

border-color css

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

 span { border-color: rgb(91,188,80); }

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