Html Css Color HEX #5BBC32 Apple

📋 copy color: '#5BBC32'

red 91 ◦ green 188 ◦ blue 50

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

Shades of Apple #5BBC32

Tints of Apple #5BBC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.14%

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

R = 27.66%
G = 57.14%
B = 15.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#5BBC32 (or 0x5BBC32) is known color: Apple. HEX triplet: 5B, BC and 32. RGB value is (91,188,50). Sum of RGB (Red+Green+Blue) = 91+188+50=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC32 is #A443CD. Grayscale: #8F8F8F. Windows color (decimal): -10765262 or 3325019. OLE color: 3325019.

HSL color Cylindrical-coordinate representation of color #5BBC32: hue angle of 102.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BBC32 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 188 50 -
CMYK 0.52 0 0.73 0.26
HSL 102.17º 0.58% 0.47% -
HSV(B) 102.17º 0.73% 0.74% -
XYZ 22.87 38.42 9.23 -
YUV 143.27 75.36 90.72 -
System Red Green Blue C M Y K H S L
Decimal 91 188 50 0.52 0 0.73 0.26 102.17 0.58 0.47
Hex 5B BC 32 34 0 49 1A 66 3A 2F
Octal 133 274 62 64 0 111 32 146 72 57
Binary 1011011 10111100 110010 110100 0 1001001 11010 1100110 111010 101111

Color Harmonies of #5BBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBC32

Black with #5BBC32

Text Example


Text Example

White with #5BBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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