Shades of Pastel Green #69EF84
Tints of Pastel Green #69EF84
RGB
CMYK
RGB Variations
Color information
#69EF84 (or 0x69EF84) is known color: Pastel Green. HEX triplet: 69, EF and 84. RGB value is (105,239,132). Sum of RGB (Red+Green+Blue) = 105+239+132=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EF84 is #96107B. Grayscale: #BBBBBB. Windows color (decimal): -9834620 or 8712041. OLE color: 8712041.
HSL color Cylindrical-coordinate representation of color #69EF84: hue angle of 132.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EF84 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 239 | 132 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.06 |
| HSL | 132.09º | 0.81% | 0.67% | - |
| HSV(B) | 132.09º | 0.56% | 0.94% | - |
| XYZ | 40.86 | 66.4 | 32.49 | - |
| YUV | 186.74 | 97.11 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 239 | 132 | 0.56 | 0 | 0.45 | 0.06 | 132.09 | 0.81 | 0.67 |
| Hex | 69 | EF | 84 | 38 | 0 | 2D | 6 | 84 | 51 | 43 |
| Octal | 151 | 357 | 204 | 70 | 0 | 55 | 6 | 204 | 121 | 103 |
| Binary | 1101001 | 11101111 | 10000100 | 111000 | 0 | 101101 | 110 | 10000100 | 1010001 | 1000011 |
Color Harmonies of #69EF84
Complementary color
Monochromatic Colors of #69EF84
Black with #69EF84
Text Example
Text Example
White with #69EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EF84; }
p { color: rgb(105,239,132); }
H1.HeaderClassName
{
color: #69EF84;
}
.AnyTagClassName
{
color: #69EF84;
}
</style>
background-color css
<style>
a { background-color: #69EF84; }
a { background-color: rgb(105,239,132); }
div.DivClassName
{
background-color: #69EF84;
}
.BgClassName
{
background-color: #69EF84;
}
</style>
border-color css
<style>
span { border-color: #69EF84; }
span { border-color: rgb(105,239,132); }
td.TdClassName
{
border-color: #69EF84;
}
.TagClassName
{
border-color: #69EF84;
}
</style>