Shades of Pale Green #92FBB2
Tints of Pale Green #92FBB2
RGB
CMYK
RGB Variations
Color information
#92FBB2 (or 0x92FBB2) is known color: Pale Green. HEX triplet: 92, FB and B2. RGB value is (146,251,178). Sum of RGB (Red+Green+Blue) = 146+251+178=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FBB2 is #6D044D. Grayscale: #D3D3D3. Windows color (decimal): -7144526 or 11729810. OLE color: 11729810.
HSL color Cylindrical-coordinate representation of color #92FBB2: hue angle of 138.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FBB2 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 251 | 178 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.02 |
| HSL | 138.29º | 0.93% | 0.78% | - |
| HSV(B) | 138.29º | 0.42% | 0.98% | - |
| XYZ | 54.39 | 78.32 | 54.37 | - |
| YUV | 211.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 251 | 178 | 0.42 | 0 | 0.29 | 0.02 | 138.29 | 0.93 | 0.78 |
| Hex | 92 | FB | B2 | 2A | 0 | 1D | 2 | 8A | 5D | 4E |
| Octal | 222 | 373 | 262 | 52 | 0 | 35 | 2 | 212 | 135 | 116 |
| Binary | 10010010 | 11111011 | 10110010 | 101010 | 0 | 11101 | 10 | 10001010 | 1011101 | 1001110 |
Color Harmonies of #92FBB2
Complementary color
Monochromatic Colors of #92FBB2
Black with #92FBB2
Text Example
Text Example
White with #92FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FBB2; }
p { color: rgb(146,251,178); }
H1.HeaderClassName
{
color: #92FBB2;
}
.AnyTagClassName
{
color: #92FBB2;
}
</style>
background-color css
<style>
a { background-color: #92FBB2; }
a { background-color: rgb(146,251,178); }
div.DivClassName
{
background-color: #92FBB2;
}
.BgClassName
{
background-color: #92FBB2;
}
</style>
border-color css
<style>
span { border-color: #92FBB2; }
span { border-color: rgb(146,251,178); }
td.TdClassName
{
border-color: #92FBB2;
}
.TagClassName
{
border-color: #92FBB2;
}
</style>