Shades of Bright Green #66E72A
Tints of Bright Green #66E72A
RGB
CMYK
RGB Variations
Color information
#66E72A (or 0x66E72A) is known color: Bright Green. HEX triplet: 66, E7 and 2A. RGB value is (102,231,42). Sum of RGB (Red+Green+Blue) = 102+231+42=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 231 (90.62% from 255 or 61.6% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 231 - color contains mainly: green. Hex color #66E72A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66E72A is #9918D5. Grayscale: #ABABAB. Windows color (decimal): -10033366 or 2811750. OLE color: 2811750.
HSL color Cylindrical-coordinate representation of color #66E72A: hue angle of 100.95º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66E72A is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 231 | 42 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.09 |
| HSL | 100.95º | 0.8% | 0.54% | - |
| HSV(B) | 100.95º | 0.82% | 0.91% | - |
| XYZ | 34.47 | 60.14 | 11.98 | - |
| YUV | 170.88 | 55.26 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 231 | 42 | 0.56 | 0 | 0.82 | 0.09 | 100.95 | 0.8 | 0.54 |
| Hex | 66 | E7 | 2A | 38 | 0 | 52 | 9 | 65 | 50 | 36 |
| Octal | 146 | 347 | 52 | 70 | 0 | 122 | 11 | 145 | 120 | 66 |
| Binary | 1100110 | 11100111 | 101010 | 111000 | 0 | 1010010 | 1001 | 1100101 | 1010000 | 110110 |
Color Harmonies of #66E72A
Complementary color
Monochromatic Colors of #66E72A
Black with #66E72A
Text Example
Text Example
White with #66E72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E72A; }
p { color: rgb(102,231,42); }
H1.HeaderClassName
{
color: #66E72A;
}
.AnyTagClassName
{
color: #66E72A;
}
</style>
background-color css
<style>
a { background-color: #66E72A; }
a { background-color: rgb(102,231,42); }
div.DivClassName
{
background-color: #66E72A;
}
.BgClassName
{
background-color: #66E72A;
}
</style>
border-color css
<style>
span { border-color: #66E72A; }
span { border-color: rgb(102,231,42); }
td.TdClassName
{
border-color: #66E72A;
}
.TagClassName
{
border-color: #66E72A;
}
</style>