#6BD973

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

Shades of Pastel Green #6BD973

Tints of Pastel Green #6BD973

Color information

#6BD973 (or 0x6BD973) is unknown color: approx Pastel Green. HEX triplet: 6B, D9 and 73. RGB value is (107,217,115). Sum of RGB (Red+Green+Blue) = 107+217+115=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD973 is #94268C. Grayscale: #ACACAC. Windows color (decimal): -9709197 or 7592299. OLE color: 7592299.

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

Color convert

RGB107217115-
CMYK0.5100.470.15
HSL124.36º59.14%63.53%-
HSV(B)124.36º50.69%85.1%-
XYZ33.9753.9924.85-
YUV172.4895.5681.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.37%
GREEN value IS 217 (85.16% from 255) = 49.43%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=24.37%
G=49.43%
B=26.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072171150.5100.470.15124.3659.1463.53
Hex6BD9733302FF7c3b40
Octal153331163630571717473100
Binary11010111101100111100111100110101111111111111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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