Shades of Bright Green #66F231
Tints of Bright Green #66F231
RGB
CMYK
RGB Variations
Color information
#66F231 (or 0x66F231) is known color: Bright Green. HEX triplet: 66, F2 and 31. RGB value is (102,242,49). Sum of RGB (Red+Green+Blue) = 102+242+49=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #66F231 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F231 is #990DCE. Grayscale: #B2B2B2. Windows color (decimal): -10030543 or 3273318. OLE color: 3273318.
HSL color Cylindrical-coordinate representation of color #66F231: hue angle of 103.52º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66F231 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 49 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.05 |
| HSL | 103.52º | 0.88% | 0.57% | - |
| HSV(B) | 103.52º | 0.8% | 0.95% | - |
| XYZ | 37.79 | 66.55 | 13.76 | - |
| YUV | 178.14 | 55.12 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 49 | 0.58 | 0 | 0.80 | 0.05 | 103.52 | 0.88 | 0.57 |
| Hex | 66 | F2 | 31 | 3A | 0 | 50 | 5 | 68 | 58 | 39 |
| Octal | 146 | 362 | 61 | 72 | 0 | 120 | 5 | 150 | 130 | 71 |
| Binary | 1100110 | 11110010 | 110001 | 111010 | 0 | 1010000 | 101 | 1101000 | 1011000 | 111001 |
Color Harmonies of #66F231
Complementary color
Monochromatic Colors of #66F231
Black with #66F231
Text Example
Text Example
White with #66F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F231; }
p { color: rgb(102,242,49); }
H1.HeaderClassName
{
color: #66F231;
}
.AnyTagClassName
{
color: #66F231;
}
</style>
background-color css
<style>
a { background-color: #66F231; }
a { background-color: rgb(102,242,49); }
div.DivClassName
{
background-color: #66F231;
}
.BgClassName
{
background-color: #66F231;
}
</style>
border-color css
<style>
span { border-color: #66F231; }
span { border-color: rgb(102,242,49); }
td.TdClassName
{
border-color: #66F231;
}
.TagClassName
{
border-color: #66F231;
}
</style>