#6CDC5D

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

Shades of Pastel Green #6CDC5D

Tints of Pastel Green #6CDC5D

Color information

#6CDC5D (or 0x6CDC5D) is unknown color: approx Pastel Green. HEX triplet: 6C, DC and 5D. RGB value is (108,220,93). Sum of RGB (Red+Green+Blue) = 108+220+93=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDC5D is #9323A2. Grayscale: #ACACAC. Windows color (decimal): -9642915 or 6151276. OLE color: 6151276.

HSL color Cylindrical-coordinate representation of color #6CDC5D: hue angle of 112.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CDC5D is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB10822093-
CMYK0.5100.580.14
HSL112.91º64.47%61.37%-
HSV(B)112.91º57.73%86.27%-
XYZ33.7555.1619.22-
YUV172.0383.3982.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 220 (86.33% from 255) = 52.26%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=25.65%
G=52.26%
B=22.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108220930.5100.580.14112.9164.4761.37
Hex6CDC5D3303AE71403d
Octal154334135630721616110075
Binary11011001101110010111011100110111010111011100011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,220,93); }

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

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

 a { background-color: rgb(108,220,93); }

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

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

 span { border-color: rgb(108,220,93); }

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