#6CCD62

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

Shades of Pastel Green #6CCD62

Tints of Pastel Green #6CCD62

Color information

#6CCD62 (or 0x6CCD62) is unknown color: approx Pastel Green. HEX triplet: 6C, CD and 62. RGB value is (108,205,98). Sum of RGB (Red+Green+Blue) = 108+205+98=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD62 is #93329D. Grayscale: #A4A4A4. Windows color (decimal): -9646750 or 6475116. OLE color: 6475116.

HSL color Cylindrical-coordinate representation of color #6CCD62: hue angle of 114.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCD62 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB10820598-
CMYK0.4700.520.20
HSL114.39º51.69%59.41%-
HSV(B)114.39º52.2%80.39%-
XYZ30.2247.7319.18-
YUV163.890.8688.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.28%
GREEN value IS 205 (80.47% from 255) = 49.88%
BLUE value IS 98 (38.67% from 255) = 23.84%
R=26.28%
G=49.88%
B=23.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108205980.4700.520.20114.3951.6959.41
Hex6CCD622F0341472343b
Octal15431514257064241626473
Binary11011001100110111000101011110110100101001110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,205,98); }

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

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

 a { background-color: rgb(108,205,98); }

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

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

 span { border-color: rgb(108,205,98); }

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