#6BD96A

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

Shades of Pastel Green #6BD96A

Tints of Pastel Green #6BD96A

Color information

#6BD96A (or 0x6BD96A) is unknown color: approx Pastel Green. HEX triplet: 6B, D9 and 6A. RGB value is (107,217,106). Sum of RGB (Red+Green+Blue) = 107+217+106=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD96A is #942695. Grayscale: #ABABAB. Windows color (decimal): -9709206 or 7002475. OLE color: 7002475.

HSL color Cylindrical-coordinate representation of color #6BD96A: hue angle of 119.46º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD96A is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB107217106-
CMYK0.5100.510.15
HSL119.46º59.36%63.33%-
HSV(B)119.46º51.15%85.1%-
XYZ33.4853.7922.25-
YUV171.4691.0682.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.88%
GREEN value IS 217 (85.16% from 255) = 50.47%
BLUE value IS 106 (41.80% from 255) = 24.65%
R=24.88%
G=50.47%
B=24.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072171060.5100.510.15119.4659.3663.33
Hex6BD96A33033F773b3f
Octal15333115263063171677377
Binary1101011110110011101010110011011001111111110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,217,106); }

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

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

 a { background-color: rgb(107,217,106); }

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

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

 span { border-color: rgb(107,217,106); }

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