Shades of Screamin' Green #66F972
Tints of Screamin' Green #66F972
RGB
CMYK
RGB Variations
Color information
#66F972 (or 0x66F972) is known color: Screamin' Green. HEX triplet: 66, F9 and 72. RGB value is (102,249,114). Sum of RGB (Red+Green+Blue) = 102+249+114=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #66F972 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F972 is #99068D. Grayscale: #BEBEBE. Windows color (decimal): -10028686 or 7534950. OLE color: 7534950.
HSL color Cylindrical-coordinate representation of color #66F972: hue angle of 124.9º 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 #66F972 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 114 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.02 |
| HSL | 124.9º | 0.92% | 0.69% | - |
| HSV(B) | 124.9º | 0.59% | 0.98% | - |
| XYZ | 42.39 | 71.79 | 27.54 | - |
| YUV | 189.66 | 85.3 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 114 | 0.59 | 0 | 0.54 | 0.02 | 124.9 | 0.92 | 0.69 |
| Hex | 66 | F9 | 72 | 3B | 0 | 36 | 2 | 7D | 5C | 45 |
| Octal | 146 | 371 | 162 | 73 | 0 | 66 | 2 | 175 | 134 | 105 |
| Binary | 1100110 | 11111001 | 1110010 | 111011 | 0 | 110110 | 10 | 1111101 | 1011100 | 1000101 |
Color Harmonies of #66F972
Complementary color
Monochromatic Colors of #66F972
Black with #66F972
Text Example
Text Example
White with #66F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F972; }
p { color: rgb(102,249,114); }
H1.HeaderClassName
{
color: #66F972;
}
.AnyTagClassName
{
color: #66F972;
}
</style>
background-color css
<style>
a { background-color: #66F972; }
a { background-color: rgb(102,249,114); }
div.DivClassName
{
background-color: #66F972;
}
.BgClassName
{
background-color: #66F972;
}
</style>
border-color css
<style>
span { border-color: #66F972; }
span { border-color: rgb(102,249,114); }
td.TdClassName
{
border-color: #66F972;
}
.TagClassName
{
border-color: #66F972;
}
</style>