#6BD572

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

Shades of Pastel Green #6BD572

Tints of Pastel Green #6BD572

Color information

#6BD572 (or 0x6BD572) is unknown color: approx Pastel Green. HEX triplet: 6B, D5 and 72. RGB value is (107,213,114). Sum of RGB (Red+Green+Blue) = 107+213+114=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD572 is #942A8D. Grayscale: #AAAAAA. Windows color (decimal): -9710222 or 7525739. OLE color: 7525739.

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

Color convert

RGB107213114-
CMYK0.5000.460.16
HSL123.96º55.79%62.75%-
HSV(B)123.96º49.77%83.53%-
XYZ32.8951.9324.21-
YUV170.0296.3883.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.65%
GREEN value IS 213 (83.59% from 255) = 49.08%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=24.65%
G=49.08%
B=26.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072131140.5000.460.16123.9655.7962.75
Hex6BD5723202E107c383f
Octal15332516262056201747077
Binary11010111101010111100101100100101110100001111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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