Shades of Green Yellow #BDF32C
Tints of Green Yellow #BDF32C
RGB
CMYK
RGB Variations
Color information
#BDF32C (or 0xBDF32C) is known color: Green Yellow. HEX triplet: BD, F3 and 2C. RGB value is (189,243,44). Sum of RGB (Red+Green+Blue) = 189+243+44=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF32C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF32C is #420CD3. Grayscale: #CCCCCC. Windows color (decimal): -4328660 or 2945981. OLE color: 2945981.
HSL color Cylindrical-coordinate representation of color #BDF32C: hue angle of 76.28º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDF32C is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 44 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.05 |
| HSL | 76.28º | 0.89% | 0.56% | - |
| HSV(B) | 76.28º | 0.82% | 0.95% | - |
| XYZ | 53.49 | 75.1 | 14.06 | - |
| YUV | 204.17 | 37.61 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 44 | 0.22 | 0 | 0.82 | 0.05 | 76.28 | 0.89 | 0.56 |
| Hex | BD | F3 | 2C | 16 | 0 | 52 | 5 | 4C | 59 | 38 |
| Octal | 275 | 363 | 54 | 26 | 0 | 122 | 5 | 114 | 131 | 70 |
| Binary | 10111101 | 11110011 | 101100 | 10110 | 0 | 1010010 | 101 | 1001100 | 1011001 | 111000 |
Color Harmonies of #BDF32C
Complementary color
Monochromatic Colors of #BDF32C
Black with #BDF32C
Text Example
Text Example
White with #BDF32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF32C; }
p { color: rgb(189,243,44); }
H1.HeaderClassName
{
color: #BDF32C;
}
.AnyTagClassName
{
color: #BDF32C;
}
</style>
background-color css
<style>
a { background-color: #BDF32C; }
a { background-color: rgb(189,243,44); }
div.DivClassName
{
background-color: #BDF32C;
}
.BgClassName
{
background-color: #BDF32C;
}
</style>
border-color css
<style>
span { border-color: #BDF32C; }
span { border-color: rgb(189,243,44); }
td.TdClassName
{
border-color: #BDF32C;
}
.TagClassName
{
border-color: #BDF32C;
}
</style>