Shades of Green Yellow #B6F32A
Tints of Green Yellow #B6F32A
RGB
CMYK
RGB Variations
Color information
#B6F32A (or 0xB6F32A) is known color: Green Yellow. HEX triplet: B6, F3 and 2A. RGB value is (182,243,42). Sum of RGB (Red+Green+Blue) = 182+243+42=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6F32A is #490CD5. Grayscale: #CACACA. Windows color (decimal): -4787414 or 2814902. OLE color: 2814902.
HSL color Cylindrical-coordinate representation of color #B6F32A: hue angle of 78.21º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6F32A is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 243 | 42 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.05 |
| HSL | 78.21º | 0.89% | 0.56% | - |
| HSV(B) | 78.21º | 0.83% | 0.95% | - |
| XYZ | 51.76 | 74.21 | 13.79 | - |
| YUV | 201.85 | 37.79 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 243 | 42 | 0.25 | 0 | 0.83 | 0.05 | 78.21 | 0.89 | 0.56 |
| Hex | B6 | F3 | 2A | 19 | 0 | 53 | 5 | 4E | 59 | 38 |
| Octal | 266 | 363 | 52 | 31 | 0 | 123 | 5 | 116 | 131 | 70 |
| Binary | 10110110 | 11110011 | 101010 | 11001 | 0 | 1010011 | 101 | 1001110 | 1011001 | 111000 |
Color Harmonies of #B6F32A
Complementary color
Monochromatic Colors of #B6F32A
Black with #B6F32A
Text Example
Text Example
White with #B6F32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F32A; }
p { color: rgb(182,243,42); }
H1.HeaderClassName
{
color: #B6F32A;
}
.AnyTagClassName
{
color: #B6F32A;
}
</style>
background-color css
<style>
a { background-color: #B6F32A; }
a { background-color: rgb(182,243,42); }
div.DivClassName
{
background-color: #B6F32A;
}
.BgClassName
{
background-color: #B6F32A;
}
</style>
border-color css
<style>
span { border-color: #B6F32A; }
span { border-color: rgb(182,243,42); }
td.TdClassName
{
border-color: #B6F32A;
}
.TagClassName
{
border-color: #B6F32A;
}
</style>