#6BDE6C

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

Shades of Pastel Green #6BDE6C

Tints of Pastel Green #6BDE6C

Color information

#6BDE6C (or 0x6BDE6C) is unknown color: approx Pastel Green. HEX triplet: 6B, DE and 6C. RGB value is (107,222,108). Sum of RGB (Red+Green+Blue) = 107+222+108=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDE6C is #942193. Grayscale: #AEAEAE. Windows color (decimal): -9707924 or 7134827. OLE color: 7134827.

HSL color Cylindrical-coordinate representation of color #6BDE6C: hue angle of 120.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDE6C is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB107222108-
CMYK0.5200.510.13
HSL120.52º63.54%64.51%-
HSV(B)120.52º51.8%87.06%-
XYZ34.8956.4523.24-
YUV174.6290.479.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.49%
GREEN value IS 222 (87.11% from 255) = 50.80%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=24.49%
G=50.80%
B=24.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072221080.5200.510.13120.5263.5464.51
Hex6BDE6C34033D794041
Octal1533361546406315171100101
Binary110101111011110110110011010001100111101111100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BDE6C; }

 p { color: rgb(107,222,108); }

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

<style>
 a { background-color: #6BDE6C; }

 a { background-color: rgb(107,222,108); }

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

<style>
 span { border-color: #6BDE6C; }

 span { border-color: rgb(107,222,108); }

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