Shades of Pastel Green #67D269
Tints of Pastel Green #67D269
RGB
CMYK
RGB Variations
Color information
#67D269 (or 0x67D269) is known color: Pastel Green. HEX triplet: 67, D2 and 69. RGB value is (103,210,105). Sum of RGB (Red+Green+Blue) = 103+210+105=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #67D269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D269 is #982D96. Grayscale: #A6A6A6. Windows color (decimal): -9973143 or 6935143. OLE color: 6935143.
HSL color Cylindrical-coordinate representation of color #67D269: hue angle of 121.12º degrees, saturation: 0.54, 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 #67D269 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 210 | 105 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.18 |
| HSL | 121.12º | 0.54% | 0.61% | - |
| HSV(B) | 121.12º | 0.51% | 0.82% | - |
| XYZ | 31.19 | 50 | 21.37 | - |
| YUV | 166.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 210 | 105 | 0.51 | 0 | 0.50 | 0.18 | 121.12 | 0.54 | 0.61 |
| Hex | 67 | D2 | 69 | 33 | 0 | 32 | 12 | 79 | 36 | 3D |
| Octal | 147 | 322 | 151 | 63 | 0 | 62 | 22 | 171 | 66 | 75 |
| Binary | 1100111 | 11010010 | 1101001 | 110011 | 0 | 110010 | 10010 | 1111001 | 110110 | 111101 |
Color Harmonies of #67D269
Complementary color
Monochromatic Colors of #67D269
Black with #67D269
Text Example
Text Example
White with #67D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D269; }
p { color: rgb(103,210,105); }
H1.HeaderClassName
{
color: #67D269;
}
.AnyTagClassName
{
color: #67D269;
}
</style>
background-color css
<style>
a { background-color: #67D269; }
a { background-color: rgb(103,210,105); }
div.DivClassName
{
background-color: #67D269;
}
.BgClassName
{
background-color: #67D269;
}
</style>
border-color css
<style>
span { border-color: #67D269; }
span { border-color: rgb(103,210,105); }
td.TdClassName
{
border-color: #67D269;
}
.TagClassName
{
border-color: #67D269;
}
</style>