#6BD26D

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

Shades of Pastel Green #6BD26D

Tints of Pastel Green #6BD26D

Color information

#6BD26D (or 0x6BD26D) is unknown color: approx Pastel Green. HEX triplet: 6B, D2 and 6D. RGB value is (107,210,109). Sum of RGB (Red+Green+Blue) = 107+210+109=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD26D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD26D is #942D92. Grayscale: #A7A7A7. Windows color (decimal): -9710995 or 7197291. OLE color: 7197291.

HSL color Cylindrical-coordinate representation of color #6BD26D: hue angle of 121.17º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD26D is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB107210109-
CMYK0.4900.480.18
HSL121.17º53.37%62.16%-
HSV(B)121.17º49.05%82.35%-
XYZ31.8750.3222.5-
YUV167.6994.8884.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.12%
GREEN value IS 210 (82.42% from 255) = 49.30%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=25.12%
G=49.30%
B=25.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072101090.4900.480.18121.1753.3762.16
Hex6BD26D310301279353e
Octal15332215561060221716576
Binary11010111101001011011011100010110000100101111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,210,109); }

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

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

 a { background-color: rgb(107,210,109); }

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

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

 span { border-color: rgb(107,210,109); }

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