Shades of Screamin' Green #66F98C
Tints of Screamin' Green #66F98C
RGB
CMYK
RGB Variations
Color information
#66F98C (or 0x66F98C) is known color: Screamin' Green. HEX triplet: 66, F9 and 8C. RGB value is (102,249,140). Sum of RGB (Red+Green+Blue) = 102+249+140=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #66F98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F98C is #990673. Grayscale: #C0C0C0. Windows color (decimal): -10028660 or 9238886. OLE color: 9238886.
HSL color Cylindrical-coordinate representation of color #66F98C: hue angle of 135.51º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F98C is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 140 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.02 |
| HSL | 135.51º | 0.92% | 0.69% | - |
| HSV(B) | 135.51º | 0.59% | 0.98% | - |
| XYZ | 44.09 | 72.47 | 36.48 | - |
| YUV | 192.62 | 98.3 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 140 | 0.59 | 0 | 0.44 | 0.02 | 135.51 | 0.92 | 0.69 |
| Hex | 66 | F9 | 8C | 3B | 0 | 2C | 2 | 88 | 5C | 45 |
| Octal | 146 | 371 | 214 | 73 | 0 | 54 | 2 | 210 | 134 | 105 |
| Binary | 1100110 | 11111001 | 10001100 | 111011 | 0 | 101100 | 10 | 10001000 | 1011100 | 1000101 |
Color Harmonies of #66F98C
Complementary color
Monochromatic Colors of #66F98C
Black with #66F98C
Text Example
Text Example
White with #66F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F98C; }
p { color: rgb(102,249,140); }
H1.HeaderClassName
{
color: #66F98C;
}
.AnyTagClassName
{
color: #66F98C;
}
</style>
background-color css
<style>
a { background-color: #66F98C; }
a { background-color: rgb(102,249,140); }
div.DivClassName
{
background-color: #66F98C;
}
.BgClassName
{
background-color: #66F98C;
}
</style>
border-color css
<style>
span { border-color: #66F98C; }
span { border-color: rgb(102,249,140); }
td.TdClassName
{
border-color: #66F98C;
}
.TagClassName
{
border-color: #66F98C;
}
</style>