Shades of Pastel Green #67CF78
Tints of Pastel Green #67CF78
RGB
CMYK
RGB Variations
Color information
#67CF78 (or 0x67CF78) is known color: Pastel Green. HEX triplet: 67, CF and 78. RGB value is (103,207,120). Sum of RGB (Red+Green+Blue) = 103+207+120=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CF78 is #983087. Grayscale: #A6A6A6. Windows color (decimal): -9973896 or 7917415. OLE color: 7917415.
HSL color Cylindrical-coordinate representation of color #67CF78: hue angle of 129.81º 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 #67CF78 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 120 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.19 |
| HSL | 129.81º | 0.52% | 0.61% | - |
| HSV(B) | 129.81º | 0.5% | 0.81% | - |
| XYZ | 31.3 | 48.87 | 25.55 | - |
| YUV | 165.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 120 | 0.50 | 0 | 0.42 | 0.19 | 129.81 | 0.52 | 0.61 |
| Hex | 67 | CF | 78 | 32 | 0 | 2A | 13 | 82 | 34 | 3D |
| Octal | 147 | 317 | 170 | 62 | 0 | 52 | 23 | 202 | 64 | 75 |
| Binary | 1100111 | 11001111 | 1111000 | 110010 | 0 | 101010 | 10011 | 10000010 | 110100 | 111101 |
Color Harmonies of #67CF78
Complementary color
Monochromatic Colors of #67CF78
Black with #67CF78
Text Example
Text Example
White with #67CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF78; }
p { color: rgb(103,207,120); }
H1.HeaderClassName
{
color: #67CF78;
}
.AnyTagClassName
{
color: #67CF78;
}
</style>
background-color css
<style>
a { background-color: #67CF78; }
a { background-color: rgb(103,207,120); }
div.DivClassName
{
background-color: #67CF78;
}
.BgClassName
{
background-color: #67CF78;
}
</style>
border-color css
<style>
span { border-color: #67CF78; }
span { border-color: rgb(103,207,120); }
td.TdClassName
{
border-color: #67CF78;
}
.TagClassName
{
border-color: #67CF78;
}
</style>