#5bdc64

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

Shades of Pastel Green #5BDC64

Tints of Pastel Green #5BDC64

Color information

#5BDC64 (or 0x5BDC64) is unknown color: approx Pastel Green. HEX triplet: 5B, DC and 64. RGB value is (91,220,100). Sum of RGB (Red+Green+Blue) = 91+220+100=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDC64 is #A4239B. Grayscale: #A8A8A8. Windows color (decimal): -10757020 or 6610011. OLE color: 6610011.

HSL color Cylindrical-coordinate representation of color #5BDC64: hue angle of 124.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDC64 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB91220100-
CMYK0.5900.550.14
HSL124.19º64.82%60.98%-
HSV(B)124.19º58.64%86.27%-
XYZ32.2154.3320.85-
YUV167.7589.7673.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.14%
GREEN value IS 220 (86.33% from 255) = 53.53%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=22.14%
G=53.53%
B=24.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal912201000.5900.550.14124.1964.8260.98
Hex5BDC643B037E7c413d
Octal133334144730671617410175
Binary10110111101110011001001110110110111111011111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bdc64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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