Shades of Light Green #94FF67
Tints of Light Green #94FF67
RGB
CMYK
RGB Variations
Color information
#94FF67 (or 0x94FF67) is known color: Light Green. HEX triplet: 94, FF and 67. RGB value is (148,255,103). Sum of RGB (Red+Green+Blue) = 148+255+103=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF67 is #6B0098. Grayscale: #CECECE. Windows color (decimal): -7012505 or 6815636. OLE color: 6815636.
HSL color Cylindrical-coordinate representation of color #94FF67: hue angle of 102.24º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94FF67 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 103 | - |
| CMYK | 0.42 | 0 | 0.60 | 0 |
| HSL | 102.24º | 1% | 0.7% | - |
| HSV(B) | 102.24º | 0.6% | 1% | - |
| XYZ | 50.42 | 78.8 | 25.38 | - |
| YUV | 205.68 | 70.05 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 103 | 0.42 | 0 | 0.60 | 0 | 102.24 | 1 | 0.7 |
| Hex | 94 | FF | 67 | 2A | 0 | 3C | 0 | 66 | 64 | 46 |
| Octal | 224 | 377 | 147 | 52 | 0 | 74 | 0 | 146 | 144 | 106 |
| Binary | 10010100 | 11111111 | 1100111 | 101010 | 0 | 111100 | 0 | 1100110 | 1100100 | 1000110 |
Color Harmonies of #94FF67
Complementary color
Monochromatic Colors of #94FF67
Black with #94FF67
Text Example
Text Example
White with #94FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FF67; }
p { color: rgb(148,255,103); }
H1.HeaderClassName
{
color: #94FF67;
}
.AnyTagClassName
{
color: #94FF67;
}
</style>
background-color css
<style>
a { background-color: #94FF67; }
a { background-color: rgb(148,255,103); }
div.DivClassName
{
background-color: #94FF67;
}
.BgClassName
{
background-color: #94FF67;
}
</style>
border-color css
<style>
span { border-color: #94FF67; }
span { border-color: rgb(148,255,103); }
td.TdClassName
{
border-color: #94FF67;
}
.TagClassName
{
border-color: #94FF67;
}
</style>