#6CD670

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

Shades of Pastel Green #6CD670

Tints of Pastel Green #6CD670

Color information

#6CD670 (or 0x6CD670) is unknown color: approx Pastel Green. HEX triplet: 6C, D6 and 70. RGB value is (108,214,112). Sum of RGB (Red+Green+Blue) = 108+214+112=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD670 is #93298F. Grayscale: #AAAAAA. Windows color (decimal): -9644432 or 7394924. OLE color: 7394924.

HSL color Cylindrical-coordinate representation of color #6CD670: hue angle of 122.26º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD670 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB108214112-
CMYK0.5000.480.16
HSL122.26º56.38%63.14%-
HSV(B)122.26º49.53%83.92%-
XYZ33.1652.4523.71-
YUV170.6894.8883.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.88%
GREEN value IS 214 (83.98% from 255) = 49.31%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=24.88%
G=49.31%
B=25.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082141120.5000.480.16122.2656.3863.14
Hex6CD67032030107a383f
Octal15432616062060201727077
Binary11011001101011011100001100100110000100001111010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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