Shades of Pastel Green #6CF382
Tints of Pastel Green #6CF382
RGB
CMYK
RGB Variations
Color information
#6CF382 (or 0x6CF382) is known color: Pastel Green. HEX triplet: 6C, F3 and 82. RGB value is (108,243,130). Sum of RGB (Red+Green+Blue) = 108+243+130=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #6CF382 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF382 is #930C7D. Grayscale: #BEBEBE. Windows color (decimal): -9636990 or 8581996. OLE color: 8581996.
HSL color Cylindrical-coordinate representation of color #6CF382: hue angle of 129.78º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF382 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 243 | 130 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.05 |
| HSL | 129.78º | 0.85% | 0.69% | - |
| HSV(B) | 129.78º | 0.56% | 0.95% | - |
| XYZ | 42.26 | 68.9 | 32.19 | - |
| YUV | 189.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 243 | 130 | 0.56 | 0 | 0.47 | 0.05 | 129.78 | 0.85 | 0.69 |
| Hex | 6C | F3 | 82 | 38 | 0 | 2F | 5 | 82 | 55 | 45 |
| Octal | 154 | 363 | 202 | 70 | 0 | 57 | 5 | 202 | 125 | 105 |
| Binary | 1101100 | 11110011 | 10000010 | 111000 | 0 | 101111 | 101 | 10000010 | 1010101 | 1000101 |
Color Harmonies of #6CF382
Complementary color
Monochromatic Colors of #6CF382
Black with #6CF382
Text Example
Text Example
White with #6CF382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF382; }
p { color: rgb(108,243,130); }
H1.HeaderClassName
{
color: #6CF382;
}
.AnyTagClassName
{
color: #6CF382;
}
</style>
background-color css
<style>
a { background-color: #6CF382; }
a { background-color: rgb(108,243,130); }
div.DivClassName
{
background-color: #6CF382;
}
.BgClassName
{
background-color: #6CF382;
}
</style>
border-color css
<style>
span { border-color: #6CF382; }
span { border-color: rgb(108,243,130); }
td.TdClassName
{
border-color: #6CF382;
}
.TagClassName
{
border-color: #6CF382;
}
</style>