#6CE185

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

Shades of Pastel Green #6CE185

Tints of Pastel Green #6CE185

Color information

#6CE185 (or 0x6CE185) is unknown color: approx Pastel Green. HEX triplet: 6C, E1 and 85. RGB value is (108,225,133). Sum of RGB (Red+Green+Blue) = 108+225+133=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CE185 is #931E7A. Grayscale: #B3B3B3. Windows color (decimal): -9641595 or 8773996. OLE color: 8773996.

HSL color Cylindrical-coordinate representation of color #6CE185: hue angle of 132.82º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE185 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB108225133-
CMYK0.5200.410.12
HSL132.82º66.1%65.29%-
HSV(B)132.82º52%88.24%-
XYZ37.3458.7331.56-
YUV179.53101.7476.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.18%
GREEN value IS 225 (88.28% from 255) = 48.28%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=23.18%
G=48.28%
B=28.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082251330.5200.410.12132.8266.165.29
Hex6CE18534029C854241
Octal1543412056405114205102101
Binary11011001110000110000101110100010100111001000010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,225,133); }

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

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

 a { background-color: rgb(108,225,133); }

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

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

 span { border-color: rgb(108,225,133); }

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