Html Css Color HEX #5BC141 Apple

📋 copy color: '#5BC141'

red 91 ◦ green 193 ◦ blue 65

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

Shades of Apple #5BC141

Tints of Apple #5BC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.3%

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 26.07%
G = 55.3%
B = 18.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#5BC141 (or 0x5BC141) is known color: Apple. HEX triplet: 5B, C1 and 41. RGB value is (91,193,65). Sum of RGB (Red+Green+Blue) = 91+193+65=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC141 is #A43EBE. Grayscale: #949494. Windows color (decimal): -10763967 or 4309339. OLE color: 4309339.

HSL color Cylindrical-coordinate representation of color #5BC141: hue angle of 107.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BC141 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 91 193 65 -
CMYK 0.53 0 0.66 0.24
HSL 107.81º 0.51% 0.51% -
HSV(B) 107.81º 0.66% 0.76% -
XYZ 24.34 40.75 11.58 -
YUV 147.91 81.21 87.41 -
System Red Green Blue C M Y K H S L
Decimal 91 193 65 0.53 0 0.66 0.24 107.81 0.51 0.51
Hex 5B C1 41 35 0 42 18 6C 33 33
Octal 133 301 101 65 0 102 30 154 63 63
Binary 1011011 11000001 1000001 110101 0 1000010 11000 1101100 110011 110011

Color Harmonies of #5BC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC141

Black with #5BC141

Text Example


Text Example

White with #5BC141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,193,65); }

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

background-color css

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

 a { background-color: rgb(91,193,65); }

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

border-color css

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

 span { border-color: rgb(91,193,65); }

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