#6CD970

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

Shades of Pastel Green #6CD970

Tints of Pastel Green #6CD970

Color information

#6CD970 (or 0x6CD970) is unknown color: approx Pastel Green. HEX triplet: 6C, D9 and 70. RGB value is (108,217,112). Sum of RGB (Red+Green+Blue) = 108+217+112=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD970 is #93268F. Grayscale: #ACACAC. Windows color (decimal): -9643664 or 7395692. OLE color: 7395692.

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

Color convert

RGB108217112-
CMYK0.5000.480.15
HSL122.2º58.92%63.73%-
HSV(B)122.2º50.23%85.1%-
XYZ33.9253.9823.96-
YUV172.4493.8982.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.71%
GREEN value IS 217 (85.16% from 255) = 49.66%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=24.71%
G=49.66%
B=25.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1082171120.5000.480.15122.258.9263.73
Hex6CD97032030F7a3b40
Octal154331160620601717273100
Binary11011001101100111100001100100110000111111110101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,217,112); }

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

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

 a { background-color: rgb(108,217,112); }

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

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

 span { border-color: rgb(108,217,112); }

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