#6CDE5A

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

Shades of Pastel Green #6CDE5A

Tints of Pastel Green #6CDE5A

Color information

#6CDE5A (or 0x6CDE5A) is unknown color: approx Pastel Green. HEX triplet: 6C, DE and 5A. RGB value is (108,222,90). Sum of RGB (Red+Green+Blue) = 108+222+90=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 222 (87.11% from 255 or 52.86% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDE5A is #9321A5. Grayscale: #ADADAD. Windows color (decimal): -9642406 or 5955180. OLE color: 5955180.

HSL color Cylindrical-coordinate representation of color #6CDE5A: hue angle of 111.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CDE5A is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB10822290-
CMYK0.5100.590.13
HSL111.82º66.67%61.18%-
HSV(B)111.82º59.46%87.06%-
XYZ34.1556.1718.71-
YUV172.8781.2381.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 222 (87.11% from 255) = 52.86%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=25.71%
G=52.86%
B=21.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108222900.5100.590.13111.8266.6761.18
Hex6CDE5A3303BD70433d
Octal154336132630731516010375
Binary11011001101111010110101100110111011110111100001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,222,90); }

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

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

 a { background-color: rgb(108,222,90); }

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

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

 span { border-color: rgb(108,222,90); }

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