#6CD775

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

Shades of Pastel Green #6CD775

Tints of Pastel Green #6CD775

Color information

#6CD775 (or 0x6CD775) is unknown color: approx Pastel Green. HEX triplet: 6C, D7 and 75. RGB value is (108,215,117). Sum of RGB (Red+Green+Blue) = 108+215+117=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #6CD775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD775 is #93288A. Grayscale: #ACACAC. Windows color (decimal): -9644171 or 7722860. OLE color: 7722860.

HSL color Cylindrical-coordinate representation of color #6CD775: hue angle of 125.05º degrees, saturation: 0.57, 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 #6CD775 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB108215117-
CMYK0.5000.460.16
HSL125.05º57.22%63.33%-
HSV(B)125.05º49.77%84.31%-
XYZ33.753.0725.3-
YUV171.8497.0582.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.55%
GREEN value IS 215 (84.38% from 255) = 48.86%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=24.55%
G=48.86%
B=26.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082151170.5000.460.16125.0557.2263.33
Hex6CD7753202E107d393f
Octal15432716562056201757177
Binary11011001101011111101011100100101110100001111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,215,117); }

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

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

 a { background-color: rgb(108,215,117); }

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

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

 span { border-color: rgb(108,215,117); }

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