Shades of Green Yellow #BDFC42
Tints of Green Yellow #BDFC42
RGB
CMYK
RGB Variations
Color information
#BDFC42 (or 0xBDFC42) is known color: Green Yellow. HEX triplet: BD, FC and 42. RGB value is (189,252,66). Sum of RGB (Red+Green+Blue) = 189+252+66=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFC42 is #4203BD. Grayscale: #D4D4D4. Windows color (decimal): -4326334 or 4390077. OLE color: 4390077.
HSL color Cylindrical-coordinate representation of color #BDFC42: hue angle of 80.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDFC42 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 66 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.01 |
| HSL | 80.32º | 0.97% | 0.62% | - |
| HSV(B) | 80.32º | 0.74% | 0.99% | - |
| XYZ | 56.78 | 80.83 | 17.76 | - |
| YUV | 211.96 | 45.63 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 66 | 0.25 | 0 | 0.74 | 0.01 | 80.32 | 0.97 | 0.62 |
| Hex | BD | FC | 42 | 19 | 0 | 4A | 1 | 50 | 61 | 3E |
| Octal | 275 | 374 | 102 | 31 | 0 | 112 | 1 | 120 | 141 | 76 |
| Binary | 10111101 | 11111100 | 1000010 | 11001 | 0 | 1001010 | 1 | 1010000 | 1100001 | 111110 |
Color Harmonies of #BDFC42
Complementary color
Monochromatic Colors of #BDFC42
Black with #BDFC42
Text Example
Text Example
White with #BDFC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC42; }
p { color: rgb(189,252,66); }
H1.HeaderClassName
{
color: #BDFC42;
}
.AnyTagClassName
{
color: #BDFC42;
}
</style>
background-color css
<style>
a { background-color: #BDFC42; }
a { background-color: rgb(189,252,66); }
div.DivClassName
{
background-color: #BDFC42;
}
.BgClassName
{
background-color: #BDFC42;
}
</style>
border-color css
<style>
span { border-color: #BDFC42; }
span { border-color: rgb(189,252,66); }
td.TdClassName
{
border-color: #BDFC42;
}
.TagClassName
{
border-color: #BDFC42;
}
</style>