Shades of Bright Green #66FF34
Tints of Bright Green #66FF34
RGB
CMYK
RGB Variations
Color information
#66FF34 (or 0x66FF34) is known color: Bright Green. HEX triplet: 66, FF and 34. RGB value is (102,255,52). Sum of RGB (Red+Green+Blue) = 102+255+52=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FF34 is #9900CB. Grayscale: #BABABA. Windows color (decimal): -10027212 or 3473254. OLE color: 3473254.
HSL color Cylindrical-coordinate representation of color #66FF34: hue angle of 105.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66FF34 is Cyan = 0.6, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 52 | - |
| CMYK | 0.6 | 0 | 0.80 | 0 |
| HSL | 105.22º | 1% | 0.6% | - |
| HSV(B) | 105.22º | 0.8% | 1% | - |
| XYZ | 41.86 | 74.59 | 15.44 | - |
| YUV | 186.11 | 52.31 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 52 | 0.6 | 0 | 0.80 | 0 | 105.22 | 1 | 0.6 |
| Hex | 66 | FF | 34 | 3C | 0 | 50 | 0 | 69 | 64 | 3C |
| Octal | 146 | 377 | 64 | 74 | 0 | 120 | 0 | 151 | 144 | 74 |
| Binary | 1100110 | 11111111 | 110100 | 111100 | 0 | 1010000 | 0 | 1101001 | 1100100 | 111100 |
Color Harmonies of #66FF34
Complementary color
Monochromatic Colors of #66FF34
Black with #66FF34
Text Example
Text Example
White with #66FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF34; }
p { color: rgb(102,255,52); }
H1.HeaderClassName
{
color: #66FF34;
}
.AnyTagClassName
{
color: #66FF34;
}
</style>
background-color css
<style>
a { background-color: #66FF34; }
a { background-color: rgb(102,255,52); }
div.DivClassName
{
background-color: #66FF34;
}
.BgClassName
{
background-color: #66FF34;
}
</style>
border-color css
<style>
span { border-color: #66FF34; }
span { border-color: rgb(102,255,52); }
td.TdClassName
{
border-color: #66FF34;
}
.TagClassName
{
border-color: #66FF34;
}
</style>