#6CD060

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

Shades of Pastel Green #6CD060

Tints of Pastel Green #6CD060

Color information

#6CD060 (or 0x6CD060) is unknown color: approx Pastel Green. HEX triplet: 6C, D0 and 60. RGB value is (108,208,96). Sum of RGB (Red+Green+Blue) = 108+208+96=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD060 is #932F9F. Grayscale: #A5A5A5. Windows color (decimal): -9645984 or 6344812. OLE color: 6344812.

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

Color convert

RGB10820896-
CMYK0.4800.540.18
HSL113.57º54.37%59.61%-
HSV(B)113.57º53.85%81.57%-
XYZ30.8549.1418.93-
YUV165.3388.8787.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 208 (81.64% from 255) = 50.49%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=26.21%
G=50.49%
B=23.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108208960.4800.540.18113.5754.3759.61
Hex6CD060300361272363c
Octal15432014060066221626674
Binary11011001101000011000001100000110110100101110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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