Shades of Bright Green #66F233
Tints of Bright Green #66F233
RGB
CMYK
RGB Variations
Color information
#66F233 (or 0x66F233) is known color: Bright Green. HEX triplet: 66, F2 and 33. RGB value is (102,242,51). Sum of RGB (Red+Green+Blue) = 102+242+51=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #66F233 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F233 is #990DCC. Grayscale: #B2B2B2. Windows color (decimal): -10030541 or 3404390. OLE color: 3404390.
HSL color Cylindrical-coordinate representation of color #66F233: hue angle of 103.98º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66F233 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 51 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.05 |
| HSL | 103.98º | 0.88% | 0.57% | - |
| HSV(B) | 103.98º | 0.79% | 0.95% | - |
| XYZ | 37.83 | 66.57 | 13.99 | - |
| YUV | 178.37 | 56.12 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 51 | 0.58 | 0 | 0.79 | 0.05 | 103.98 | 0.88 | 0.57 |
| Hex | 66 | F2 | 33 | 3A | 0 | 4F | 5 | 68 | 58 | 39 |
| Octal | 146 | 362 | 63 | 72 | 0 | 117 | 5 | 150 | 130 | 71 |
| Binary | 1100110 | 11110010 | 110011 | 111010 | 0 | 1001111 | 101 | 1101000 | 1011000 | 111001 |
Color Harmonies of #66F233
Complementary color
Monochromatic Colors of #66F233
Black with #66F233
Text Example
Text Example
White with #66F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F233; }
p { color: rgb(102,242,51); }
H1.HeaderClassName
{
color: #66F233;
}
.AnyTagClassName
{
color: #66F233;
}
</style>
background-color css
<style>
a { background-color: #66F233; }
a { background-color: rgb(102,242,51); }
div.DivClassName
{
background-color: #66F233;
}
.BgClassName
{
background-color: #66F233;
}
</style>
border-color css
<style>
span { border-color: #66F233; }
span { border-color: rgb(102,242,51); }
td.TdClassName
{
border-color: #66F233;
}
.TagClassName
{
border-color: #66F233;
}
</style>