#6CCD74

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

Shades of Pastel Green #6CCD74

Tints of Pastel Green #6CCD74

Color information

#6CCD74 (or 0x6CCD74) is unknown color: approx Pastel Green. HEX triplet: 6C, CD and 74. RGB value is (108,205,116). Sum of RGB (Red+Green+Blue) = 108+205+116=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD74 is #93328B. Grayscale: #A6A6A6. Windows color (decimal): -9646732 or 7654764. OLE color: 7654764.

HSL color Cylindrical-coordinate representation of color #6CCD74: hue angle of 124.95º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCD74 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB108205116-
CMYK0.4700.430.20
HSL124.95º49.24%61.37%-
HSV(B)124.95º47.32%80.39%-
XYZ31.1748.1124.17-
YUV165.8599.8686.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.17%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=25.17%
G=47.79%
B=27.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1082051160.4700.430.20124.9549.2461.37
Hex6CCD742F02B147d313d
Octal15431516457053241756175
Binary11011001100110111101001011110101011101001111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,205,116); }

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

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

 a { background-color: rgb(108,205,116); }

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

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

 span { border-color: rgb(108,205,116); }

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