Shades of Screamin' Green #66F13F
Tints of Screamin' Green #66F13F
RGB
CMYK
RGB Variations
Color information
#66F13F (or 0x66F13F) is known color: Screamin' Green. HEX triplet: 66, F1 and 3F. RGB value is (102,241,63). Sum of RGB (Red+Green+Blue) = 102+241+63=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #66F13F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F13F is #990EC0. Grayscale: #B3B3B3. Windows color (decimal): -10030785 or 4190566. OLE color: 4190566.
HSL color Cylindrical-coordinate representation of color #66F13F: hue angle of 106.85º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66F13F is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 63 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.05 |
| HSL | 106.85º | 0.86% | 0.6% | - |
| HSV(B) | 106.85º | 0.74% | 0.95% | - |
| XYZ | 37.83 | 66.09 | 15.47 | - |
| YUV | 179.15 | 62.45 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 63 | 0.58 | 0 | 0.74 | 0.05 | 106.85 | 0.86 | 0.6 |
| Hex | 66 | F1 | 3F | 3A | 0 | 4A | 5 | 6B | 56 | 3C |
| Octal | 146 | 361 | 77 | 72 | 0 | 112 | 5 | 153 | 126 | 74 |
| Binary | 1100110 | 11110001 | 111111 | 111010 | 0 | 1001010 | 101 | 1101011 | 1010110 | 111100 |
Color Harmonies of #66F13F
Complementary color
Monochromatic Colors of #66F13F
Black with #66F13F
Text Example
Text Example
White with #66F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F13F; }
p { color: rgb(102,241,63); }
H1.HeaderClassName
{
color: #66F13F;
}
.AnyTagClassName
{
color: #66F13F;
}
</style>
background-color css
<style>
a { background-color: #66F13F; }
a { background-color: rgb(102,241,63); }
div.DivClassName
{
background-color: #66F13F;
}
.BgClassName
{
background-color: #66F13F;
}
</style>
border-color css
<style>
span { border-color: #66F13F; }
span { border-color: rgb(102,241,63); }
td.TdClassName
{
border-color: #66F13F;
}
.TagClassName
{
border-color: #66F13F;
}
</style>