#5BDC66

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

Shades of Pastel Green #5BDC66

Tints of Pastel Green #5BDC66

Color information

#5BDC66 (or 0x5BDC66) is unknown color: approx Pastel Green. HEX triplet: 5B, DC and 66. RGB value is (91,220,102). Sum of RGB (Red+Green+Blue) = 91+220+102=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDC66 is #A42399. Grayscale: #A8A8A8. Windows color (decimal): -10757018 or 6741083. OLE color: 6741083.

HSL color Cylindrical-coordinate representation of color #5BDC66: hue angle of 125.12º 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 #5BDC66 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB91220102-
CMYK0.5900.540.14
HSL125.12º64.82%60.98%-
HSV(B)125.12º58.64%86.27%-
XYZ32.3154.3721.36-
YUV167.9890.7673.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.03%
GREEN value IS 220 (86.33% from 255) = 53.27%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=22.03%
G=53.27%
B=24.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal912201020.5900.540.14125.1264.8260.98
Hex5BDC663B036E7d413d
Octal133334146730661617510175
Binary10110111101110011001101110110110110111011111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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