Html Css Color HEX #5BD750 Apple

📋 copy color: '#5BD750'

red 91 ◦ green 215 ◦ blue 80

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

Shades of Apple #5BD750

Tints of Apple #5BD750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.7%

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

R = 23.58%
G = 55.7%
B = 20.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#5BD750 (or 0x5BD750) is known color: Apple. HEX triplet: 5B, D7 and 50. RGB value is (91,215,80). Sum of RGB (Red+Green+Blue) = 91+215+80=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD750 is #A428AF. Grayscale: #A2A2A2. Windows color (decimal): -10758320 or 5298011. OLE color: 5298011.

HSL color Cylindrical-coordinate representation of color #5BD750: hue angle of 115.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BD750 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 215 80 -
CMYK 0.58 0 0.63 0.16
HSL 115.11º 0.63% 0.58% -
HSV(B) 115.11º 0.63% 0.84% -
XYZ 30.06 51.4 15.93 -
YUV 162.53 81.42 76.98 -
System Red Green Blue C M Y K H S L
Decimal 91 215 80 0.58 0 0.63 0.16 115.11 0.63 0.58
Hex 5B D7 50 3A 0 3F 10 73 3F 3A
Octal 133 327 120 72 0 77 20 163 77 72
Binary 1011011 11010111 1010000 111010 0 111111 10000 1110011 111111 111010

Color Harmonies of #5BD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BD750

Black with #5BD750

Text Example


Text Example

White with #5BD750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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