#6BD860

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

Shades of Pastel Green #6BD860

Tints of Pastel Green #6BD860

Color information

#6BD860 (or 0x6BD860) is unknown color: approx Pastel Green. HEX triplet: 6B, D8 and 60. RGB value is (107,216,96). Sum of RGB (Red+Green+Blue) = 107+216+96=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD860 is #94279F. Grayscale: #AAAAAA. Windows color (decimal): -9709472 or 6346859. OLE color: 6346859.

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

Color convert

RGB10721696-
CMYK0.5000.560.15
HSL114.5º60.61%61.18%-
HSV(B)114.5º55.56%84.71%-
XYZ32.7353.0819.59-
YUV169.7386.3983.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.54%
GREEN value IS 216 (84.77% from 255) = 51.55%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=25.54%
G=51.55%
B=22.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal107216960.5000.560.15114.560.6161.18
Hex6BD86032038F723d3d
Octal15333014062070171627575
Binary1101011110110001100000110010011100011111110010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,216,96); }

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

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

 a { background-color: rgb(107,216,96); }

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

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

 span { border-color: rgb(107,216,96); }

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