#6CD465

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

Shades of Pastel Green #6CD465

Tints of Pastel Green #6CD465

Color information

#6CD465 (or 0x6CD465) is unknown color: approx Pastel Green. HEX triplet: 6C, D4 and 65. RGB value is (108,212,101). Sum of RGB (Red+Green+Blue) = 108+212+101=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #6CD465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD465 is #932B9A. Grayscale: #A8A8A8. Windows color (decimal): -9644955 or 6673516. OLE color: 6673516.

HSL color Cylindrical-coordinate representation of color #6CD465: hue angle of 116.22º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CD465 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB108212101-
CMYK0.4900.520.17
HSL116.22º56.35%61.37%-
HSV(B)116.22º52.36%83.14%-
XYZ32.0851.2120.51-
YUV168.2590.0485.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 212 (83.20% from 255) = 50.36%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=25.65%
G=50.36%
B=23.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1082121010.4900.520.17116.2256.3561.37
Hex6CD465310341174383d
Octal15432414561064211647075
Binary11011001101010011001011100010110100100011110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,212,101); }

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

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

 a { background-color: rgb(108,212,101); }

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

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

 span { border-color: rgb(108,212,101); }

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