#6BD868

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

Shades of Pastel Green #6BD868

Tints of Pastel Green #6BD868

Color information

#6BD868 (or 0x6BD868) is unknown color: approx Pastel Green. HEX triplet: 6B, D8 and 68. RGB value is (107,216,104). Sum of RGB (Red+Green+Blue) = 107+216+104=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD868 is #942797. Grayscale: #AAAAAA. Windows color (decimal): -9709464 or 6871147. OLE color: 6871147.

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

Color convert

RGB107216104-
CMYK0.5000.520.15
HSL118.39º58.95%62.75%-
HSV(B)118.39º51.85%84.71%-
XYZ33.1253.2421.63-
YUV170.6490.3982.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.06%
GREEN value IS 216 (84.77% from 255) = 50.59%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=25.06%
G=50.59%
B=24.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072161040.5000.520.15118.3958.9562.75
Hex6BD86832034F763b3f
Octal15333015062064171667377
Binary1101011110110001101000110010011010011111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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