#6BD76A

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

Shades of Pastel Green #6BD76A

Tints of Pastel Green #6BD76A

Color information

#6BD76A (or 0x6BD76A) is unknown color: approx Pastel Green. HEX triplet: 6B, D7 and 6A. RGB value is (107,215,106). Sum of RGB (Red+Green+Blue) = 107+215+106=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD76A is #942895. Grayscale: #AAAAAA. Windows color (decimal): -9709718 or 7001963. OLE color: 7001963.

HSL color Cylindrical-coordinate representation of color #6BD76A: hue angle of 119.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD76A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB107215106-
CMYK0.5000.510.16
HSL119.45º57.67%62.94%-
HSV(B)119.45º50.7%84.31%-
XYZ32.9752.7722.08-
YUV170.2891.7282.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25%
GREEN value IS 215 (84.38% from 255) = 50.23%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=25%
G=50.23%
B=24.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072151060.5000.510.16119.4557.6762.94
Hex6BD76A3203310773a3f
Octal15332715262063201677277
Binary11010111101011111010101100100110011100001110111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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