Shades of Pastel Green #6BCF68
Tints of Pastel Green #6BCF68
RGB
CMYK
RGB Variations
Color information
#6BCF68 (or 0x6BCF68) is known color: Pastel Green. HEX triplet: 6B, CF and 68. RGB value is (107,207,104). Sum of RGB (Red+Green+Blue) = 107+207+104=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCF68 is #943097. Grayscale: #A5A5A5. Windows color (decimal): -9711768 or 6868843. OLE color: 6868843.
HSL color Cylindrical-coordinate representation of color #6BCF68: hue angle of 118.25º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BCF68 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 104 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.19 |
| HSL | 118.25º | 0.52% | 0.61% | - |
| HSV(B) | 118.25º | 0.5% | 0.81% | - |
| XYZ | 30.87 | 48.75 | 20.88 | - |
| YUV | 165.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 104 | 0.48 | 0 | 0.50 | 0.19 | 118.25 | 0.52 | 0.61 |
| Hex | 6B | CF | 68 | 30 | 0 | 32 | 13 | 76 | 34 | 3D |
| Octal | 153 | 317 | 150 | 60 | 0 | 62 | 23 | 166 | 64 | 75 |
| Binary | 1101011 | 11001111 | 1101000 | 110000 | 0 | 110010 | 10011 | 1110110 | 110100 | 111101 |
Color Harmonies of #6BCF68
Complementary color
Monochromatic Colors of #6BCF68
Black with #6BCF68
Text Example
Text Example
White with #6BCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF68; }
p { color: rgb(107,207,104); }
H1.HeaderClassName
{
color: #6BCF68;
}
.AnyTagClassName
{
color: #6BCF68;
}
</style>
background-color css
<style>
a { background-color: #6BCF68; }
a { background-color: rgb(107,207,104); }
div.DivClassName
{
background-color: #6BCF68;
}
.BgClassName
{
background-color: #6BCF68;
}
</style>
border-color css
<style>
span { border-color: #6BCF68; }
span { border-color: rgb(107,207,104); }
td.TdClassName
{
border-color: #6BCF68;
}
.TagClassName
{
border-color: #6BCF68;
}
</style>