Html Css Color HEX #5BC532 Apple

📋 copy color: '#5BC532'

red 91 ◦ green 197 ◦ blue 50

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

Shades of Apple #5BC532

Tints of Apple #5BC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.28%

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 26.92%
G = 58.28%
B = 14.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#5BC532 (or 0x5BC532) is known color: Apple. HEX triplet: 5B, C5 and 32. RGB value is (91,197,50). Sum of RGB (Red+Green+Blue) = 91+197+50=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC532 is #A43ACD. Grayscale: #959595. Windows color (decimal): -10762958 or 3327323. OLE color: 3327323.

HSL color Cylindrical-coordinate representation of color #5BC532: hue angle of 103.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BC532 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 91 197 50 -
CMYK 0.54 0 0.75 0.23
HSL 103.27º 0.6% 0.48% -
HSV(B) 103.27º 0.75% 0.77% -
XYZ 24.86 42.39 9.89 -
YUV 148.55 72.38 86.95 -
System Red Green Blue C M Y K H S L
Decimal 91 197 50 0.54 0 0.75 0.23 103.27 0.6 0.48
Hex 5B C5 32 36 0 4B 17 67 3C 30
Octal 133 305 62 66 0 113 27 147 74 60
Binary 1011011 11000101 110010 110110 0 1001011 10111 1100111 111100 110000

Color Harmonies of #5BC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC532

Black with #5BC532

Text Example


Text Example

White with #5BC532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,197,50); }

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

background-color css

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

 a { background-color: rgb(91,197,50); }

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

border-color css

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

 span { border-color: rgb(91,197,50); }

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