Html Css Color HEX #5BCB50 Apple

📋 copy color: '#5BCB50'

red 91 ◦ green 203 ◦ blue 80

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

Shades of Apple #5BCB50

Tints of Apple #5BCB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.28%

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

R = 24.33%
G = 54.28%
B = 21.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#5BCB50 (or 0x5BCB50) is known color: Apple. HEX triplet: 5B, CB and 50. RGB value is (91,203,80). Sum of RGB (Red+Green+Blue) = 91+203+80=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB50 is #A434AF. Grayscale: #9B9B9B. Windows color (decimal): -10761392 or 5294939. OLE color: 5294939.

HSL color Cylindrical-coordinate representation of color #5BCB50: hue angle of 114.63º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BCB50 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 203 80 -
CMYK 0.55 0 0.61 0.20
HSL 114.63º 0.54% 0.55% -
HSV(B) 114.63º 0.61% 0.8% -
XYZ 27.12 45.52 14.95 -
YUV 155.49 85.39 82 -
System Red Green Blue C M Y K H S L
Decimal 91 203 80 0.55 0 0.61 0.20 114.63 0.54 0.55
Hex 5B CB 50 37 0 3D 14 73 36 37
Octal 133 313 120 67 0 75 24 163 66 67
Binary 1011011 11001011 1010000 110111 0 111101 10100 1110011 110110 110111

Color Harmonies of #5BCB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCB50

Black with #5BCB50

Text Example


Text Example

White with #5BCB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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