#6CD061

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

Shades of Pastel Green #6CD061

Tints of Pastel Green #6CD061

Color information

#6CD061 (or 0x6CD061) is unknown color: approx Pastel Green. HEX triplet: 6C, D0 and 61. RGB value is (108,208,97). Sum of RGB (Red+Green+Blue) = 108+208+97=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD061 is #932F9E. Grayscale: #A5A5A5. Windows color (decimal): -9645983 or 6410348. OLE color: 6410348.

HSL color Cylindrical-coordinate representation of color #6CD061: hue angle of 114.05º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CD061 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB10820897-
CMYK0.4800.530.18
HSL114.05º54.15%59.8%-
HSV(B)114.05º53.37%81.57%-
XYZ30.949.1619.17-
YUV165.4589.3787.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.15%
GREEN value IS 208 (81.64% from 255) = 50.36%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=26.15%
G=50.36%
B=23.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108208970.4800.530.18114.0554.1559.8
Hex6CD061300351272363c
Octal15432014160065221626674
Binary11011001101000011000011100000110101100101110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,208,97); }

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

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

 a { background-color: rgb(108,208,97); }

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

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

 span { border-color: rgb(108,208,97); }

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