Shades of Pastel Green #6BD065
Tints of Pastel Green #6BD065
RGB
CMYK
RGB Variations
Color information
#6BD065 (or 0x6BD065) is known color: Pastel Green. HEX triplet: 6B, D0 and 65. RGB value is (107,208,101). Sum of RGB (Red+Green+Blue) = 107+208+101=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD065 is #942F9A. Grayscale: #A5A5A5. Windows color (decimal): -9711515 or 6672491. OLE color: 6672491.
HSL color Cylindrical-coordinate representation of color #6BD065: hue angle of 116.64º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD065 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 101 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.18 |
| HSL | 116.64º | 0.53% | 0.61% | - |
| HSV(B) | 116.64º | 0.51% | 0.82% | - |
| XYZ | 30.97 | 49.18 | 20.17 | - |
| YUV | 165.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 101 | 0.49 | 0 | 0.51 | 0.18 | 116.64 | 0.53 | 0.61 |
| Hex | 6B | D0 | 65 | 31 | 0 | 33 | 12 | 75 | 35 | 3D |
| Octal | 153 | 320 | 145 | 61 | 0 | 63 | 22 | 165 | 65 | 75 |
| Binary | 1101011 | 11010000 | 1100101 | 110001 | 0 | 110011 | 10010 | 1110101 | 110101 | 111101 |
Color Harmonies of #6BD065
Complementary color
Monochromatic Colors of #6BD065
Black with #6BD065
Text Example
Text Example
White with #6BD065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD065; }
p { color: rgb(107,208,101); }
H1.HeaderClassName
{
color: #6BD065;
}
.AnyTagClassName
{
color: #6BD065;
}
</style>
background-color css
<style>
a { background-color: #6BD065; }
a { background-color: rgb(107,208,101); }
div.DivClassName
{
background-color: #6BD065;
}
.BgClassName
{
background-color: #6BD065;
}
</style>
border-color css
<style>
span { border-color: #6BD065; }
span { border-color: rgb(107,208,101); }
td.TdClassName
{
border-color: #6BD065;
}
.TagClassName
{
border-color: #6BD065;
}
</style>