#6CD572

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

Shades of Pastel Green #6CD572

Tints of Pastel Green #6CD572

Color information

#6CD572 (or 0x6CD572) is unknown color: approx Pastel Green. HEX triplet: 6C, D5 and 72. RGB value is (108,213,114). Sum of RGB (Red+Green+Blue) = 108+213+114=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD572 is #932A8D. Grayscale: #AAAAAA. Windows color (decimal): -9644686 or 7525740. OLE color: 7525740.

HSL color Cylindrical-coordinate representation of color #6CD572: hue angle of 123.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD572 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB108213114-
CMYK0.4900.460.16
HSL123.43º55.56%62.94%-
HSV(B)123.43º49.3%83.53%-
XYZ33.0251.9924.21-
YUV170.3296.2183.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.83%
GREEN value IS 213 (83.59% from 255) = 48.97%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=24.83%
G=48.97%
B=26.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082131140.4900.460.16123.4355.5662.94
Hex6CD5723102E107b383f
Octal15432516261056201737077
Binary11011001101010111100101100010101110100001111011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,213,114); }

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

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

 a { background-color: rgb(108,213,114); }

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

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

 span { border-color: rgb(108,213,114); }

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