#5BD864

Color #5BD864 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #5BD864

Tints of Pastel Green #5BD864

Color information

#5BD864 (or 0x5BD864) is unknown color: approx Pastel Green. HEX triplet: 5B, D8 and 64. RGB value is (91,216,100). Sum of RGB (Red+Green+Blue) = 91+216+100=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD864 is #A4279B. Grayscale: #A5A5A5. Windows color (decimal): -10758044 or 6608987. OLE color: 6608987.

HSL color Cylindrical-coordinate representation of color #5BD864: hue angle of 124.32º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD864 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB91216100-
CMYK0.5800.540.15
HSL124.32º61.58%60.2%-
HSV(B)124.32º57.87%84.71%-
XYZ31.1752.2620.5-
YUV165.491.0974.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.36%
GREEN value IS 216 (84.77% from 255) = 53.07%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=22.36%
G=53.07%
B=24.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912161000.5800.540.15124.3261.5860.2
Hex5BD8643A036F7c3e3c
Octal13333014472066171747674
Binary1011011110110001100100111010011011011111111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,216,100); }

 H1.HeaderClassName
 {
   color: #5BD864;
 }
 .AnyTagClassName
 {
   color: #5BD864;
 }
</style>
background-color css

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

 a { background-color: rgb(91,216,100); }

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

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

 span { border-color: rgb(91,216,100); }

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