Shades of Pastel Green #69F380
Tints of Pastel Green #69F380
RGB
CMYK
RGB Variations
Color information
#69F380 (or 0x69F380) is known color: Pastel Green. HEX triplet: 69, F3 and 80. RGB value is (105,243,128). Sum of RGB (Red+Green+Blue) = 105+243+128=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #69F380 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F380 is #960C7F. Grayscale: #BCBCBC. Windows color (decimal): -9833600 or 8450921. OLE color: 8450921.
HSL color Cylindrical-coordinate representation of color #69F380: hue angle of 130º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F380 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 243 | 128 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.05 |
| HSL | 130º | 0.85% | 0.68% | - |
| HSV(B) | 130º | 0.57% | 0.95% | - |
| XYZ | 41.77 | 68.66 | 31.47 | - |
| YUV | 188.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 243 | 128 | 0.57 | 0 | 0.47 | 0.05 | 130 | 0.85 | 0.68 |
| Hex | 69 | F3 | 80 | 39 | 0 | 2F | 5 | 82 | 55 | 44 |
| Octal | 151 | 363 | 200 | 71 | 0 | 57 | 5 | 202 | 125 | 104 |
| Binary | 1101001 | 11110011 | 10000000 | 111001 | 0 | 101111 | 101 | 10000010 | 1010101 | 1000100 |
Color Harmonies of #69F380
Complementary color
Monochromatic Colors of #69F380
Black with #69F380
Text Example
Text Example
White with #69F380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F380; }
p { color: rgb(105,243,128); }
H1.HeaderClassName
{
color: #69F380;
}
.AnyTagClassName
{
color: #69F380;
}
</style>
background-color css
<style>
a { background-color: #69F380; }
a { background-color: rgb(105,243,128); }
div.DivClassName
{
background-color: #69F380;
}
.BgClassName
{
background-color: #69F380;
}
</style>
border-color css
<style>
span { border-color: #69F380; }
span { border-color: rgb(105,243,128); }
td.TdClassName
{
border-color: #69F380;
}
.TagClassName
{
border-color: #69F380;
}
</style>