Shades of Pastel Green #6DF284
Tints of Pastel Green #6DF284
RGB
CMYK
RGB Variations
Color information
#6DF284 (or 0x6DF284) is known color: Pastel Green. HEX triplet: 6D, F2 and 84. RGB value is (109,242,132). Sum of RGB (Red+Green+Blue) = 109+242+132=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF284 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DF284 is #920D7B. Grayscale: #BEBEBE. Windows color (decimal): -9571708 or 8712813. OLE color: 8712813.
HSL color Cylindrical-coordinate representation of color #6DF284: hue angle of 130.38º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF284 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 132 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.05 |
| HSL | 130.38º | 0.84% | 0.69% | - |
| HSV(B) | 130.38º | 0.55% | 0.95% | - |
| XYZ | 42.22 | 68.42 | 32.81 | - |
| YUV | 189.69 | 95.44 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 132 | 0.55 | 0 | 0.45 | 0.05 | 130.38 | 0.84 | 0.69 |
| Hex | 6D | F2 | 84 | 37 | 0 | 2D | 5 | 82 | 54 | 45 |
| Octal | 155 | 362 | 204 | 67 | 0 | 55 | 5 | 202 | 124 | 105 |
| Binary | 1101101 | 11110010 | 10000100 | 110111 | 0 | 101101 | 101 | 10000010 | 1010100 | 1000101 |
Color Harmonies of #6DF284
Complementary color
Monochromatic Colors of #6DF284
Black with #6DF284
Text Example
Text Example
White with #6DF284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF284; }
p { color: rgb(109,242,132); }
H1.HeaderClassName
{
color: #6DF284;
}
.AnyTagClassName
{
color: #6DF284;
}
</style>
background-color css
<style>
a { background-color: #6DF284; }
a { background-color: rgb(109,242,132); }
div.DivClassName
{
background-color: #6DF284;
}
.BgClassName
{
background-color: #6DF284;
}
</style>
border-color css
<style>
span { border-color: #6DF284; }
span { border-color: rgb(109,242,132); }
td.TdClassName
{
border-color: #6DF284;
}
.TagClassName
{
border-color: #6DF284;
}
</style>