#6BD782

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

Shades of Pastel Green #6BD782

Tints of Pastel Green #6BD782

Color information

#6BD782 (or 0x6BD782) is unknown color: approx Pastel Green. HEX triplet: 6B, D7 and 82. RGB value is (107,215,130). Sum of RGB (Red+Green+Blue) = 107+215+130=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD782 is #94287D. Grayscale: #ADADAD. Windows color (decimal): -9709694 or 8574827. OLE color: 8574827.

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

Color convert

RGB107215130-
CMYK0.5000.400.16
HSL132.78º57.45%63.14%-
HSV(B)132.78º50.23%84.31%-
XYZ34.3953.3429.6-
YUV173.02103.7280.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.67%
GREEN value IS 215 (84.38% from 255) = 47.57%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=23.67%
G=47.57%
B=28.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072151300.5000.400.16132.7857.4563.14
Hex6BD782320281085393f
Octal15332720262050202057177
Binary1101011110101111000001011001001010001000010000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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