Shades of Pastel Green #6BCF64
Tints of Pastel Green #6BCF64
RGB
CMYK
RGB Variations
Color information
#6BCF64 (or 0x6BCF64) is known color: Pastel Green. HEX triplet: 6B, CF and 64. RGB value is (107,207,100). Sum of RGB (Red+Green+Blue) = 107+207+100=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCF64 is #94309B. Grayscale: #A5A5A5. Windows color (decimal): -9711772 or 6606699. OLE color: 6606699.
HSL color Cylindrical-coordinate representation of color #6BCF64: hue angle of 116.07º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCF64 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 100 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.19 |
| HSL | 116.07º | 0.53% | 0.6% | - |
| HSV(B) | 116.07º | 0.52% | 0.81% | - |
| XYZ | 30.68 | 48.67 | 19.83 | - |
| YUV | 164.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 100 | 0.48 | 0 | 0.52 | 0.19 | 116.07 | 0.53 | 0.6 |
| Hex | 6B | CF | 64 | 30 | 0 | 34 | 13 | 74 | 35 | 3C |
| Octal | 153 | 317 | 144 | 60 | 0 | 64 | 23 | 164 | 65 | 74 |
| Binary | 1101011 | 11001111 | 1100100 | 110000 | 0 | 110100 | 10011 | 1110100 | 110101 | 111100 |
Color Harmonies of #6BCF64
Complementary color
Monochromatic Colors of #6BCF64
Black with #6BCF64
Text Example
Text Example
White with #6BCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF64; }
p { color: rgb(107,207,100); }
H1.HeaderClassName
{
color: #6BCF64;
}
.AnyTagClassName
{
color: #6BCF64;
}
</style>
background-color css
<style>
a { background-color: #6BCF64; }
a { background-color: rgb(107,207,100); }
div.DivClassName
{
background-color: #6BCF64;
}
.BgClassName
{
background-color: #6BCF64;
}
</style>
border-color css
<style>
span { border-color: #6BCF64; }
span { border-color: rgb(107,207,100); }
td.TdClassName
{
border-color: #6BCF64;
}
.TagClassName
{
border-color: #6BCF64;
}
</style>