Shades of Green Yellow #BDFC3C
Tints of Green Yellow #BDFC3C
RGB
CMYK
RGB Variations
Color information
#BDFC3C (or 0xBDFC3C) is known color: Green Yellow. HEX triplet: BD, FC and 3C. RGB value is (189,252,60). Sum of RGB (Red+Green+Blue) = 189+252+60=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFC3C is #4203C3. Grayscale: #D3D3D3. Windows color (decimal): -4326340 or 3996861. OLE color: 3996861.
HSL color Cylindrical-coordinate representation of color #BDFC3C: hue angle of 79.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDFC3C is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 60 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.01 |
| HSL | 79.69º | 0.97% | 0.61% | - |
| HSV(B) | 79.69º | 0.76% | 0.99% | - |
| XYZ | 56.61 | 80.77 | 16.88 | - |
| YUV | 211.28 | 42.63 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 60 | 0.25 | 0 | 0.76 | 0.01 | 79.69 | 0.97 | 0.61 |
| Hex | BD | FC | 3C | 19 | 0 | 4C | 1 | 50 | 61 | 3D |
| Octal | 275 | 374 | 74 | 31 | 0 | 114 | 1 | 120 | 141 | 75 |
| Binary | 10111101 | 11111100 | 111100 | 11001 | 0 | 1001100 | 1 | 1010000 | 1100001 | 111101 |
Color Harmonies of #BDFC3C
Complementary color
Monochromatic Colors of #BDFC3C
Black with #BDFC3C
Text Example
Text Example
White with #BDFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC3C; }
p { color: rgb(189,252,60); }
H1.HeaderClassName
{
color: #BDFC3C;
}
.AnyTagClassName
{
color: #BDFC3C;
}
</style>
background-color css
<style>
a { background-color: #BDFC3C; }
a { background-color: rgb(189,252,60); }
div.DivClassName
{
background-color: #BDFC3C;
}
.BgClassName
{
background-color: #BDFC3C;
}
</style>
border-color css
<style>
span { border-color: #BDFC3C; }
span { border-color: rgb(189,252,60); }
td.TdClassName
{
border-color: #BDFC3C;
}
.TagClassName
{
border-color: #BDFC3C;
}
</style>