Shades of Pastel Green #69F192
Tints of Pastel Green #69F192
RGB
CMYK
RGB Variations
Color information
#69F192 (or 0x69F192) is known color: Pastel Green. HEX triplet: 69, F1 and 92. RGB value is (105,241,146). Sum of RGB (Red+Green+Blue) = 105+241+146=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #69F192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F192 is #960E6D. Grayscale: #BDBDBD. Windows color (decimal): -9834094 or 9630057. OLE color: 9630057.
HSL color Cylindrical-coordinate representation of color #69F192: hue angle of 138.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F192 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 241 | 146 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.05 |
| HSL | 138.09º | 0.83% | 0.68% | - |
| HSV(B) | 138.09º | 0.56% | 0.95% | - |
| XYZ | 42.47 | 67.99 | 38.08 | - |
| YUV | 189.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 241 | 146 | 0.56 | 0 | 0.39 | 0.05 | 138.09 | 0.83 | 0.68 |
| Hex | 69 | F1 | 92 | 38 | 0 | 27 | 5 | 8A | 53 | 44 |
| Octal | 151 | 361 | 222 | 70 | 0 | 47 | 5 | 212 | 123 | 104 |
| Binary | 1101001 | 11110001 | 10010010 | 111000 | 0 | 100111 | 101 | 10001010 | 1010011 | 1000100 |
Color Harmonies of #69F192
Complementary color
Monochromatic Colors of #69F192
Black with #69F192
Text Example
Text Example
White with #69F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F192; }
p { color: rgb(105,241,146); }
H1.HeaderClassName
{
color: #69F192;
}
.AnyTagClassName
{
color: #69F192;
}
</style>
background-color css
<style>
a { background-color: #69F192; }
a { background-color: rgb(105,241,146); }
div.DivClassName
{
background-color: #69F192;
}
.BgClassName
{
background-color: #69F192;
}
</style>
border-color css
<style>
span { border-color: #69F192; }
span { border-color: rgb(105,241,146); }
td.TdClassName
{
border-color: #69F192;
}
.TagClassName
{
border-color: #69F192;
}
</style>