Shades of Pale Green #94FBB3
Tints of Pale Green #94FBB3
RGB
CMYK
RGB Variations
Color information
#94FBB3 (or 0x94FBB3) is known color: Pale Green. HEX triplet: 94, FB and B3. RGB value is (148,251,179). Sum of RGB (Red+Green+Blue) = 148+251+179=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FBB3 is #6B044C. Grayscale: #D4D4D4. Windows color (decimal): -7013453 or 11795348. OLE color: 11795348.
HSL color Cylindrical-coordinate representation of color #94FBB3: hue angle of 138.06º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FBB3 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 251 | 179 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.02 |
| HSL | 138.06º | 0.93% | 0.78% | - |
| HSV(B) | 138.06º | 0.41% | 0.98% | - |
| XYZ | 54.85 | 78.54 | 54.92 | - |
| YUV | 212 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 251 | 179 | 0.41 | 0 | 0.29 | 0.02 | 138.06 | 0.93 | 0.78 |
| Hex | 94 | FB | B3 | 29 | 0 | 1D | 2 | 8A | 5D | 4E |
| Octal | 224 | 373 | 263 | 51 | 0 | 35 | 2 | 212 | 135 | 116 |
| Binary | 10010100 | 11111011 | 10110011 | 101001 | 0 | 11101 | 10 | 10001010 | 1011101 | 1001110 |
Color Harmonies of #94FBB3
Complementary color
Monochromatic Colors of #94FBB3
Black with #94FBB3
Text Example
Text Example
White with #94FBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FBB3; }
p { color: rgb(148,251,179); }
H1.HeaderClassName
{
color: #94FBB3;
}
.AnyTagClassName
{
color: #94FBB3;
}
</style>
background-color css
<style>
a { background-color: #94FBB3; }
a { background-color: rgb(148,251,179); }
div.DivClassName
{
background-color: #94FBB3;
}
.BgClassName
{
background-color: #94FBB3;
}
</style>
border-color css
<style>
span { border-color: #94FBB3; }
span { border-color: rgb(148,251,179); }
td.TdClassName
{
border-color: #94FBB3;
}
.TagClassName
{
border-color: #94FBB3;
}
</style>