Shades of Bright Green #66F324
Tints of Bright Green #66F324
RGB
CMYK
RGB Variations
Color information
#66F324 (or 0x66F324) is known color: Bright Green. HEX triplet: 66, F3 and 24. RGB value is (102,243,36). Sum of RGB (Red+Green+Blue) = 102+243+36=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #66F324 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F324 is #990CDB. Grayscale: #B1B1B1. Windows color (decimal): -10030300 or 2421606. OLE color: 2421606.
HSL color Cylindrical-coordinate representation of color #66F324: hue angle of 100.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66F324 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 36 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.05 |
| HSL | 100.87º | 0.9% | 0.55% | - |
| HSV(B) | 100.87º | 0.85% | 0.95% | - |
| XYZ | 37.85 | 67.05 | 12.62 | - |
| YUV | 177.24 | 48.29 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 36 | 0.58 | 0 | 0.85 | 0.05 | 100.87 | 0.9 | 0.55 |
| Hex | 66 | F3 | 24 | 3A | 0 | 55 | 5 | 65 | 5A | 37 |
| Octal | 146 | 363 | 44 | 72 | 0 | 125 | 5 | 145 | 132 | 67 |
| Binary | 1100110 | 11110011 | 100100 | 111010 | 0 | 1010101 | 101 | 1100101 | 1011010 | 110111 |
Color Harmonies of #66F324
Complementary color
Monochromatic Colors of #66F324
Black with #66F324
Text Example
Text Example
White with #66F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F324; }
p { color: rgb(102,243,36); }
H1.HeaderClassName
{
color: #66F324;
}
.AnyTagClassName
{
color: #66F324;
}
</style>
background-color css
<style>
a { background-color: #66F324; }
a { background-color: rgb(102,243,36); }
div.DivClassName
{
background-color: #66F324;
}
.BgClassName
{
background-color: #66F324;
}
</style>
border-color css
<style>
span { border-color: #66F324; }
span { border-color: rgb(102,243,36); }
td.TdClassName
{
border-color: #66F324;
}
.TagClassName
{
border-color: #66F324;
}
</style>