Html Css Color HEX #5BC055 Apple

📋 copy color: '#5BC055'

red 91 ◦ green 192 ◦ blue 85

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

Shades of Apple #5BC055

Tints of Apple #5BC055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 24.73%
G = 52.17%
B = 23.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#5BC055 (or 0x5BC055) is known color: Apple. HEX triplet: 5B, C0 and 55. RGB value is (91,192,85). Sum of RGB (Red+Green+Blue) = 91+192+85=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC055 is #A43FAA. Grayscale: #959595. Windows color (decimal): -10764203 or 5619803. OLE color: 5619803.

HSL color Cylindrical-coordinate representation of color #5BC055: hue angle of 116.64º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BC055 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 192 85 -
CMYK 0.53 0 0.56 0.25
HSL 116.64º 0.46% 0.54% -
HSV(B) 116.64º 0.56% 0.75% -
XYZ 24.8 40.58 15.12 -
YUV 149.6 91.54 86.2 -
System Red Green Blue C M Y K H S L
Decimal 91 192 85 0.53 0 0.56 0.25 116.64 0.46 0.54
Hex 5B C0 55 35 0 38 19 75 2E 36
Octal 133 300 125 65 0 70 31 165 56 66
Binary 1011011 11000000 1010101 110101 0 111000 11001 1110101 101110 110110

Color Harmonies of #5BC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC055

Black with #5BC055

Text Example


Text Example

White with #5BC055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,192,85); }

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

background-color css

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

 a { background-color: rgb(91,192,85); }

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

border-color css

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

 span { border-color: rgb(91,192,85); }

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