Shades of Pastel Green #6CF28A
Tints of Pastel Green #6CF28A
RGB
CMYK
RGB Variations
Color information
#6CF28A (or 0x6CF28A) is known color: Pastel Green. HEX triplet: 6C, F2 and 8A. RGB value is (108,242,138). Sum of RGB (Red+Green+Blue) = 108+242+138=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF28A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF28A is #930D75. Grayscale: #BEBEBE. Windows color (decimal): -9637238 or 9106028. OLE color: 9106028.
HSL color Cylindrical-coordinate representation of color #6CF28A: hue angle of 133.43º 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 #6CF28A is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 138 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.05 |
| HSL | 133.43º | 0.84% | 0.69% | - |
| HSV(B) | 133.43º | 0.55% | 0.95% | - |
| XYZ | 42.52 | 68.53 | 35.03 | - |
| YUV | 190.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 138 | 0.55 | 0 | 0.43 | 0.05 | 133.43 | 0.84 | 0.69 |
| Hex | 6C | F2 | 8A | 37 | 0 | 2B | 5 | 85 | 54 | 45 |
| Octal | 154 | 362 | 212 | 67 | 0 | 53 | 5 | 205 | 124 | 105 |
| Binary | 1101100 | 11110010 | 10001010 | 110111 | 0 | 101011 | 101 | 10000101 | 1010100 | 1000101 |
Color Harmonies of #6CF28A
Complementary color
Monochromatic Colors of #6CF28A
Black with #6CF28A
Text Example
Text Example
White with #6CF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF28A; }
p { color: rgb(108,242,138); }
H1.HeaderClassName
{
color: #6CF28A;
}
.AnyTagClassName
{
color: #6CF28A;
}
</style>
background-color css
<style>
a { background-color: #6CF28A; }
a { background-color: rgb(108,242,138); }
div.DivClassName
{
background-color: #6CF28A;
}
.BgClassName
{
background-color: #6CF28A;
}
</style>
border-color css
<style>
span { border-color: #6CF28A; }
span { border-color: rgb(108,242,138); }
td.TdClassName
{
border-color: #6CF28A;
}
.TagClassName
{
border-color: #6CF28A;
}
</style>