Shades of Pastel Green #67CF6A
Tints of Pastel Green #67CF6A
RGB
CMYK
RGB Variations
Color information
#67CF6A (or 0x67CF6A) is known color: Pastel Green. HEX triplet: 67, CF and 6A. RGB value is (103,207,106). Sum of RGB (Red+Green+Blue) = 103+207+106=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CF6A is #983095. Grayscale: #A4A4A4. Windows color (decimal): -9973910 or 6999911. OLE color: 6999911.
HSL color Cylindrical-coordinate representation of color #67CF6A: hue angle of 121.73º 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 #67CF6A is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 106 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.19 |
| HSL | 121.73º | 0.52% | 0.61% | - |
| HSV(B) | 121.73º | 0.5% | 0.81% | - |
| XYZ | 30.51 | 48.55 | 21.4 | - |
| YUV | 164.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 106 | 0.50 | 0 | 0.49 | 0.19 | 121.73 | 0.52 | 0.61 |
| Hex | 67 | CF | 6A | 32 | 0 | 31 | 13 | 7A | 34 | 3D |
| Octal | 147 | 317 | 152 | 62 | 0 | 61 | 23 | 172 | 64 | 75 |
| Binary | 1100111 | 11001111 | 1101010 | 110010 | 0 | 110001 | 10011 | 1111010 | 110100 | 111101 |
Color Harmonies of #67CF6A
Complementary color
Monochromatic Colors of #67CF6A
Black with #67CF6A
Text Example
Text Example
White with #67CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF6A; }
p { color: rgb(103,207,106); }
H1.HeaderClassName
{
color: #67CF6A;
}
.AnyTagClassName
{
color: #67CF6A;
}
</style>
background-color css
<style>
a { background-color: #67CF6A; }
a { background-color: rgb(103,207,106); }
div.DivClassName
{
background-color: #67CF6A;
}
.BgClassName
{
background-color: #67CF6A;
}
</style>
border-color css
<style>
span { border-color: #67CF6A; }
span { border-color: rgb(103,207,106); }
td.TdClassName
{
border-color: #67CF6A;
}
.TagClassName
{
border-color: #67CF6A;
}
</style>