#6bdc6c

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

Shades of Pastel Green #6BDC6C

Tints of Pastel Green #6BDC6C

Color information

#6BDC6C (or 0x6BDC6C) is unknown color: approx Pastel Green. HEX triplet: 6B, DC and 6C. RGB value is (107,220,108). Sum of RGB (Red+Green+Blue) = 107+220+108=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC6C is #942393. Grayscale: #ADADAD. Windows color (decimal): -9708436 or 7134315. OLE color: 7134315.

HSL color Cylindrical-coordinate representation of color #6BDC6C: hue angle of 120.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDC6C is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB107220108-
CMYK0.5100.510.14
HSL120.53º61.75%64.12%-
HSV(B)120.53º51.36%86.27%-
XYZ34.3655.3923.07-
YUV173.4491.0680.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.60%
GREEN value IS 220 (86.33% from 255) = 50.57%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=24.60%
G=50.57%
B=24.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072201080.5100.510.14120.5361.7564.12
Hex6BDC6C33033E793e40
Octal153334154630631617176100
Binary11010111101110011011001100110110011111011110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bdc6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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