Shades of Pastel Green #6FCF65
Tints of Pastel Green #6FCF65
RGB
CMYK
RGB Variations
Color information
#6FCF65 (or 0x6FCF65) is known color: Pastel Green. HEX triplet: 6F, CF and 65. RGB value is (111,207,101). Sum of RGB (Red+Green+Blue) = 111+207+101=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF65 is #90309A. Grayscale: #A6A6A6. Windows color (decimal): -9449627 or 6672239. OLE color: 6672239.
HSL color Cylindrical-coordinate representation of color #6FCF65: hue angle of 114.34º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCF65 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 101 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.19 |
| HSL | 114.34º | 0.52% | 0.6% | - |
| HSV(B) | 114.34º | 0.51% | 0.81% | - |
| XYZ | 31.22 | 48.94 | 20.11 | - |
| YUV | 166.21 | 91.2 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 101 | 0.46 | 0 | 0.51 | 0.19 | 114.34 | 0.52 | 0.6 |
| Hex | 6F | CF | 65 | 2E | 0 | 33 | 13 | 72 | 34 | 3C |
| Octal | 157 | 317 | 145 | 56 | 0 | 63 | 23 | 162 | 64 | 74 |
| Binary | 1101111 | 11001111 | 1100101 | 101110 | 0 | 110011 | 10011 | 1110010 | 110100 | 111100 |
Color Harmonies of #6FCF65
Complementary color
Monochromatic Colors of #6FCF65
Black with #6FCF65
Text Example
Text Example
White with #6FCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF65; }
p { color: rgb(111,207,101); }
H1.HeaderClassName
{
color: #6FCF65;
}
.AnyTagClassName
{
color: #6FCF65;
}
</style>
background-color css
<style>
a { background-color: #6FCF65; }
a { background-color: rgb(111,207,101); }
div.DivClassName
{
background-color: #6FCF65;
}
.BgClassName
{
background-color: #6FCF65;
}
</style>
border-color css
<style>
span { border-color: #6FCF65; }
span { border-color: rgb(111,207,101); }
td.TdClassName
{
border-color: #6FCF65;
}
.TagClassName
{
border-color: #6FCF65;
}
</style>