Shades of Bright Green #66F228
Tints of Bright Green #66F228
RGB
CMYK
RGB Variations
Color information
#66F228 (or 0x66F228) is known color: Bright Green. HEX triplet: 66, F2 and 28. RGB value is (102,242,40). Sum of RGB (Red+Green+Blue) = 102+242+40=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #66F228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F228 is #990DD7. Grayscale: #B1B1B1. Windows color (decimal): -10030552 or 2683494. OLE color: 2683494.
HSL color Cylindrical-coordinate representation of color #66F228: hue angle of 101.58º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66F228 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 40 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.05 |
| HSL | 101.58º | 0.89% | 0.55% | - |
| HSV(B) | 101.58º | 0.83% | 0.95% | - |
| XYZ | 37.61 | 66.48 | 12.86 | - |
| YUV | 177.11 | 50.62 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 40 | 0.58 | 0 | 0.83 | 0.05 | 101.58 | 0.89 | 0.55 |
| Hex | 66 | F2 | 28 | 3A | 0 | 53 | 5 | 66 | 59 | 37 |
| Octal | 146 | 362 | 50 | 72 | 0 | 123 | 5 | 146 | 131 | 67 |
| Binary | 1100110 | 11110010 | 101000 | 111010 | 0 | 1010011 | 101 | 1100110 | 1011001 | 110111 |
Color Harmonies of #66F228
Complementary color
Monochromatic Colors of #66F228
Black with #66F228
Text Example
Text Example
White with #66F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F228; }
p { color: rgb(102,242,40); }
H1.HeaderClassName
{
color: #66F228;
}
.AnyTagClassName
{
color: #66F228;
}
</style>
background-color css
<style>
a { background-color: #66F228; }
a { background-color: rgb(102,242,40); }
div.DivClassName
{
background-color: #66F228;
}
.BgClassName
{
background-color: #66F228;
}
</style>
border-color css
<style>
span { border-color: #66F228; }
span { border-color: rgb(102,242,40); }
td.TdClassName
{
border-color: #66F228;
}
.TagClassName
{
border-color: #66F228;
}
</style>