#6CD081

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

Shades of Pastel Green #6CD081

Tints of Pastel Green #6CD081

Color information

#6CD081 (or 0x6CD081) is unknown color: approx Pastel Green. HEX triplet: 6C, D0 and 81. RGB value is (108,208,129). Sum of RGB (Red+Green+Blue) = 108+208+129=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD081 is #932F7E. Grayscale: #A9A9A9. Windows color (decimal): -9645951 or 8507500. OLE color: 8507500.

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

Color convert

RGB108208129-
CMYK0.4800.380.18
HSL132.6º51.55%61.96%-
HSV(B)132.6º48.08%81.57%-
XYZ32.749.8828.67-
YUV169.09105.3784.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.27%
GREEN value IS 208 (81.64% from 255) = 46.74%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=24.27%
G=46.74%
B=28.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082081290.4800.380.18132.651.5561.96
Hex6CD081300261285343e
Octal15432020160046222056476
Binary1101100110100001000000111000001001101001010000101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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