Html Css Color HEX #5BBC40 Apple

📋 copy color: '#5BBC40'

red 91 ◦ green 188 ◦ blue 64

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

Shades of Apple #5BBC40

Tints of Apple #5BBC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 26.53%
G = 54.81%
B = 18.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#5BBC40 (or 0x5BBC40) is known color: Apple. HEX triplet: 5B, BC and 40. RGB value is (91,188,64). Sum of RGB (Red+Green+Blue) = 91+188+64=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC40 is #A443BF. Grayscale: #919191. Windows color (decimal): -10765248 or 4242523. OLE color: 4242523.

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

Color convert

RGB 91 188 64 -
CMYK 0.52 0 0.66 0.26
HSL 106.94º 0.49% 0.49% -
HSV(B) 106.94º 0.66% 0.74% -
XYZ 23.22 38.56 11.07 -
YUV 144.86 82.36 89.58 -
System Red Green Blue C M Y K H S L
Decimal 91 188 64 0.52 0 0.66 0.26 106.94 0.49 0.49
Hex 5B BC 40 34 0 42 1A 6B 31 31
Octal 133 274 100 64 0 102 32 153 61 61
Binary 1011011 10111100 1000000 110100 0 1000010 11010 1101011 110001 110001

Color Harmonies of #5BBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBC40

Black with #5BBC40

Text Example


Text Example

White with #5BBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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