Shades of Pale Green #7BFCA2
Tints of Pale Green #7BFCA2
RGB
CMYK
RGB Variations
Color information
#7BFCA2 (or 0x7BFCA2) is known color: Pale Green. HEX triplet: 7B, FC and A2. RGB value is (123,252,162). Sum of RGB (Red+Green+Blue) = 123+252+162=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFCA2 is #84035D. Grayscale: #CBCBCB. Windows color (decimal): -8651614 or 10681467. OLE color: 10681467.
HSL color Cylindrical-coordinate representation of color #7BFCA2: hue angle of 138.14º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCA2 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 123 | 252 | 162 | - |
CMYK | 0.51 | 0 | 0.36 | 0.01 |
HSL | 138.14º | 0.96% | 0.74% | - |
HSV(B) | 138.14º | 0.51% | 0.99% | - |
XYZ | 49.5 | 76.44 | 46.33 | - |
YUV | 203.17 | 104.76 | 70.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 252 | 162 | 0.51 | 0 | 0.36 | 0.01 | 138.14 | 0.96 | 0.74 |
Hex | 7B | FC | A2 | 33 | 0 | 24 | 1 | 8A | 60 | 4A |
Octal | 173 | 374 | 242 | 63 | 0 | 44 | 1 | 212 | 140 | 112 |
Binary | 1111011 | 11111100 | 10100010 | 110011 | 0 | 100100 | 1 | 10001010 | 1100000 | 1001010 |
Color Harmonies of #7BFCA2
Complementary color
Monochromatic Colors of #7BFCA2
Black with #7BFCA2
Text Example
Text Example
White with #7BFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCA2; }
p { color: rgb(123,252,162); }
H1.HeaderClassName
{
color: #7BFCA2;
}
.AnyTagClassName
{
color: #7BFCA2;
}
</style>
background-color css
<style>
a { background-color: #7BFCA2; }
a { background-color: rgb(123,252,162); }
div.DivClassName
{
background-color: #7BFCA2;
}
.BgClassName
{
background-color: #7BFCA2;
}
</style>
border-color css
<style>
span { border-color: #7BFCA2; }
span { border-color: rgb(123,252,162); }
td.TdClassName
{
border-color: #7BFCA2;
}
.TagClassName
{
border-color: #7BFCA2;
}
</style>