Shades of Green Yellow #BDF340
Tints of Green Yellow #BDF340
RGB
CMYK
RGB Variations
Color information
#BDF340 (or 0xBDF340) is known color: Green Yellow. HEX triplet: BD, F3 and 40. RGB value is (189,243,64). Sum of RGB (Red+Green+Blue) = 189+243+64=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF340 is #420CBF. Grayscale: #CFCFCF. Windows color (decimal): -4328640 or 4256701. OLE color: 4256701.
HSL color Cylindrical-coordinate representation of color #BDF340: hue angle of 78.1º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDF340 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 64 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.05 |
| HSL | 78.1º | 0.88% | 0.6% | - |
| HSV(B) | 78.1º | 0.74% | 0.95% | - |
| XYZ | 53.96 | 75.29 | 16.54 | - |
| YUV | 206.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 64 | 0.22 | 0 | 0.74 | 0.05 | 78.1 | 0.88 | 0.6 |
| Hex | BD | F3 | 40 | 16 | 0 | 4A | 5 | 4E | 58 | 3C |
| Octal | 275 | 363 | 100 | 26 | 0 | 112 | 5 | 116 | 130 | 74 |
| Binary | 10111101 | 11110011 | 1000000 | 10110 | 0 | 1001010 | 101 | 1001110 | 1011000 | 111100 |
Color Harmonies of #BDF340
Complementary color
Monochromatic Colors of #BDF340
Black with #BDF340
Text Example
Text Example
White with #BDF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF340; }
p { color: rgb(189,243,64); }
H1.HeaderClassName
{
color: #BDF340;
}
.AnyTagClassName
{
color: #BDF340;
}
</style>
background-color css
<style>
a { background-color: #BDF340; }
a { background-color: rgb(189,243,64); }
div.DivClassName
{
background-color: #BDF340;
}
.BgClassName
{
background-color: #BDF340;
}
</style>
border-color css
<style>
span { border-color: #BDF340; }
span { border-color: rgb(189,243,64); }
td.TdClassName
{
border-color: #BDF340;
}
.TagClassName
{
border-color: #BDF340;
}
</style>