Html Css Color HEX #5BCA50 Apple

📋 copy color: '#5BCA50'

red 91 ◦ green 202 ◦ blue 80

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

Shades of Apple #5BCA50

Tints of Apple #5BCA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.16%

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

R = 24.4%
G = 54.16%
B = 21.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#5BCA50 (or 0x5BCA50) is known color: Apple. HEX triplet: 5B, CA and 50. RGB value is (91,202,80). Sum of RGB (Red+Green+Blue) = 91+202+80=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCA50 is #A435AF. Grayscale: #9B9B9B. Windows color (decimal): -10761648 or 5294683. OLE color: 5294683.

HSL color Cylindrical-coordinate representation of color #5BCA50: hue angle of 114.59º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BCA50 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 202 80 -
CMYK 0.55 0 0.60 0.21
HSL 114.59º 0.54% 0.55% -
HSV(B) 114.59º 0.6% 0.79% -
XYZ 26.88 45.04 14.87 -
YUV 154.9 85.73 82.42 -
System Red Green Blue C M Y K H S L
Decimal 91 202 80 0.55 0 0.60 0.21 114.59 0.54 0.55
Hex 5B CA 50 37 0 3C 15 73 36 37
Octal 133 312 120 67 0 74 25 163 66 67
Binary 1011011 11001010 1010000 110111 0 111100 10101 1110011 110110 110111

Color Harmonies of #5BCA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCA50

Black with #5BCA50

Text Example


Text Example

White with #5BCA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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