#6BD376

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

Shades of Pastel Green #6BD376

Tints of Pastel Green #6BD376

Color information

#6BD376 (or 0x6BD376) is unknown color: approx Pastel Green. HEX triplet: 6B, D3 and 76. RGB value is (107,211,118). Sum of RGB (Red+Green+Blue) = 107+211+118=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD376 is #942C89. Grayscale: #A9A9A9. Windows color (decimal): -9710730 or 7787371. OLE color: 7787371.

HSL color Cylindrical-coordinate representation of color #6BD376: hue angle of 126.35º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD376 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB107211118-
CMYK0.4900.440.17
HSL126.35º54.17%62.35%-
HSV(B)126.35º49.29%82.75%-
XYZ32.6351.0225.27-
YUV169.399.0483.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.54%
GREEN value IS 211 (82.81% from 255) = 48.39%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=24.54%
G=48.39%
B=27.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072111180.4900.440.17126.3554.1762.35
Hex6BD3763102C117e363e
Octal15332316661054211766676
Binary11010111101001111101101100010101100100011111110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,211,118); }

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

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

 a { background-color: rgb(107,211,118); }

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

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

 span { border-color: rgb(107,211,118); }

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