Shades of Pastel Green #69CE69
Tints of Pastel Green #69CE69
RGB
CMYK
RGB Variations
Color information
#69CE69 (or 0x69CE69) is known color: Pastel Green. HEX triplet: 69, CE and 69. RGB value is (105,206,105). Sum of RGB (Red+Green+Blue) = 105+206+105=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CE69 is #963196. Grayscale: #A4A4A4. Windows color (decimal): -9843095 or 6934121. OLE color: 6934121.
HSL color Cylindrical-coordinate representation of color #69CE69: hue angle of 120º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CE69 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 105 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.19 |
| HSL | 120º | 0.51% | 0.61% | - |
| HSV(B) | 120º | 0.49% | 0.81% | - |
| XYZ | 30.45 | 48.17 | 21.06 | - |
| YUV | 164.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 105 | 0.49 | 0 | 0.49 | 0.19 | 120 | 0.51 | 0.61 |
| Hex | 69 | CE | 69 | 31 | 0 | 31 | 13 | 78 | 33 | 3D |
| Octal | 151 | 316 | 151 | 61 | 0 | 61 | 23 | 170 | 63 | 75 |
| Binary | 1101001 | 11001110 | 1101001 | 110001 | 0 | 110001 | 10011 | 1111000 | 110011 | 111101 |
Color Harmonies of #69CE69
Complementary color
Monochromatic Colors of #69CE69
Black with #69CE69
Text Example
Text Example
White with #69CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CE69; }
p { color: rgb(105,206,105); }
H1.HeaderClassName
{
color: #69CE69;
}
.AnyTagClassName
{
color: #69CE69;
}
</style>
background-color css
<style>
a { background-color: #69CE69; }
a { background-color: rgb(105,206,105); }
div.DivClassName
{
background-color: #69CE69;
}
.BgClassName
{
background-color: #69CE69;
}
</style>
border-color css
<style>
span { border-color: #69CE69; }
span { border-color: rgb(105,206,105); }
td.TdClassName
{
border-color: #69CE69;
}
.TagClassName
{
border-color: #69CE69;
}
</style>