Shades of Pastel Green #6DF482
Tints of Pastel Green #6DF482
RGB
CMYK
RGB Variations
Color information
#6DF482 (or 0x6DF482) is known color: Pastel Green. HEX triplet: 6D, F4 and 82. RGB value is (109,244,130). Sum of RGB (Red+Green+Blue) = 109+244+130=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #6DF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF482 is #920B7D. Grayscale: #BEBEBE. Windows color (decimal): -9571198 or 8582253. OLE color: 8582253.
HSL color Cylindrical-coordinate representation of color #6DF482: hue angle of 129.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF482 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 244 | 130 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.04 |
| HSL | 129.33º | 0.86% | 0.69% | - |
| HSV(B) | 129.33º | 0.55% | 0.96% | - |
| XYZ | 42.69 | 69.56 | 32.3 | - |
| YUV | 190.64 | 93.77 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 244 | 130 | 0.55 | 0 | 0.47 | 0.04 | 129.33 | 0.86 | 0.69 |
| Hex | 6D | F4 | 82 | 37 | 0 | 2F | 4 | 81 | 56 | 45 |
| Octal | 155 | 364 | 202 | 67 | 0 | 57 | 4 | 201 | 126 | 105 |
| Binary | 1101101 | 11110100 | 10000010 | 110111 | 0 | 101111 | 100 | 10000001 | 1010110 | 1000101 |
Color Harmonies of #6DF482
Complementary color
Monochromatic Colors of #6DF482
Black with #6DF482
Text Example
Text Example
White with #6DF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF482; }
p { color: rgb(109,244,130); }
H1.HeaderClassName
{
color: #6DF482;
}
.AnyTagClassName
{
color: #6DF482;
}
</style>
background-color css
<style>
a { background-color: #6DF482; }
a { background-color: rgb(109,244,130); }
div.DivClassName
{
background-color: #6DF482;
}
.BgClassName
{
background-color: #6DF482;
}
</style>
border-color css
<style>
span { border-color: #6DF482; }
span { border-color: rgb(109,244,130); }
td.TdClassName
{
border-color: #6DF482;
}
.TagClassName
{
border-color: #6DF482;
}
</style>