Shades of Bright Green #66F328
Tints of Bright Green #66F328
RGB
CMYK
RGB Variations
Color information
#66F328 (or 0x66F328) is known color: Bright Green. HEX triplet: 66, F3 and 28. RGB value is (102,243,40). Sum of RGB (Red+Green+Blue) = 102+243+40=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #66F328 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F328 is #990CD7. Grayscale: #B2B2B2. Windows color (decimal): -10030296 or 2683750. OLE color: 2683750.
HSL color Cylindrical-coordinate representation of color #66F328: hue angle of 101.67º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66F328 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 40 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.05 |
| HSL | 101.67º | 0.89% | 0.55% | - |
| HSV(B) | 101.67º | 0.84% | 0.95% | - |
| XYZ | 37.91 | 67.08 | 12.96 | - |
| YUV | 177.7 | 50.29 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 40 | 0.58 | 0 | 0.84 | 0.05 | 101.67 | 0.89 | 0.55 |
| Hex | 66 | F3 | 28 | 3A | 0 | 54 | 5 | 66 | 59 | 37 |
| Octal | 146 | 363 | 50 | 72 | 0 | 124 | 5 | 146 | 131 | 67 |
| Binary | 1100110 | 11110011 | 101000 | 111010 | 0 | 1010100 | 101 | 1100110 | 1011001 | 110111 |
Color Harmonies of #66F328
Complementary color
Monochromatic Colors of #66F328
Black with #66F328
Text Example
Text Example
White with #66F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F328; }
p { color: rgb(102,243,40); }
H1.HeaderClassName
{
color: #66F328;
}
.AnyTagClassName
{
color: #66F328;
}
</style>
background-color css
<style>
a { background-color: #66F328; }
a { background-color: rgb(102,243,40); }
div.DivClassName
{
background-color: #66F328;
}
.BgClassName
{
background-color: #66F328;
}
</style>
border-color css
<style>
span { border-color: #66F328; }
span { border-color: rgb(102,243,40); }
td.TdClassName
{
border-color: #66F328;
}
.TagClassName
{
border-color: #66F328;
}
</style>