Shades of Bright Green #66F31D
Tints of Bright Green #66F31D
RGB
CMYK
RGB Variations
Color information
#66F31D (or 0x66F31D) is known color: Bright Green. HEX triplet: 66, F3 and 1D. RGB value is (102,243,29). Sum of RGB (Red+Green+Blue) = 102+243+29=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #66F31D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F31D is #990CE2. Grayscale: #B1B1B1. Windows color (decimal): -10030307 or 1962854. OLE color: 1962854.
HSL color Cylindrical-coordinate representation of color #66F31D: hue angle of 99.53º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66F31D is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 29 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.05 |
| HSL | 99.53º | 0.9% | 0.53% | - |
| HSV(B) | 99.53º | 0.88% | 0.95% | - |
| XYZ | 37.75 | 67.01 | 12.11 | - |
| YUV | 176.45 | 44.79 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 29 | 0.58 | 0 | 0.88 | 0.05 | 99.53 | 0.9 | 0.53 |
| Hex | 66 | F3 | 1D | 3A | 0 | 58 | 5 | 64 | 5A | 35 |
| Octal | 146 | 363 | 35 | 72 | 0 | 130 | 5 | 144 | 132 | 65 |
| Binary | 1100110 | 11110011 | 11101 | 111010 | 0 | 1011000 | 101 | 1100100 | 1011010 | 110101 |
Color Harmonies of #66F31D
Complementary color
Monochromatic Colors of #66F31D
Black with #66F31D
Text Example
Text Example
White with #66F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F31D; }
p { color: rgb(102,243,29); }
H1.HeaderClassName
{
color: #66F31D;
}
.AnyTagClassName
{
color: #66F31D;
}
</style>
background-color css
<style>
a { background-color: #66F31D; }
a { background-color: rgb(102,243,29); }
div.DivClassName
{
background-color: #66F31D;
}
.BgClassName
{
background-color: #66F31D;
}
</style>
border-color css
<style>
span { border-color: #66F31D; }
span { border-color: rgb(102,243,29); }
td.TdClassName
{
border-color: #66F31D;
}
.TagClassName
{
border-color: #66F31D;
}
</style>