Shades of Green Yellow #BDF341
Tints of Green Yellow #BDF341
RGB
CMYK
RGB Variations
Color information
#BDF341 (or 0xBDF341) is known color: Green Yellow. HEX triplet: BD, F3 and 41. RGB value is (189,243,65). Sum of RGB (Red+Green+Blue) = 189+243+65=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF341 is #420CBE. Grayscale: #CFCFCF. Windows color (decimal): -4328639 or 4322237. OLE color: 4322237.
HSL color Cylindrical-coordinate representation of color #BDF341: hue angle of 78.2º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDF341 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 65 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.05 |
| HSL | 78.2º | 0.88% | 0.6% | - |
| HSV(B) | 78.2º | 0.73% | 0.95% | - |
| XYZ | 53.99 | 75.3 | 16.69 | - |
| YUV | 206.56 | 48.11 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 65 | 0.22 | 0 | 0.73 | 0.05 | 78.2 | 0.88 | 0.6 |
| Hex | BD | F3 | 41 | 16 | 0 | 49 | 5 | 4E | 58 | 3C |
| Octal | 275 | 363 | 101 | 26 | 0 | 111 | 5 | 116 | 130 | 74 |
| Binary | 10111101 | 11110011 | 1000001 | 10110 | 0 | 1001001 | 101 | 1001110 | 1011000 | 111100 |
Color Harmonies of #BDF341
Complementary color
Monochromatic Colors of #BDF341
Black with #BDF341
Text Example
Text Example
White with #BDF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF341; }
p { color: rgb(189,243,65); }
H1.HeaderClassName
{
color: #BDF341;
}
.AnyTagClassName
{
color: #BDF341;
}
</style>
background-color css
<style>
a { background-color: #BDF341; }
a { background-color: rgb(189,243,65); }
div.DivClassName
{
background-color: #BDF341;
}
.BgClassName
{
background-color: #BDF341;
}
</style>
border-color css
<style>
span { border-color: #BDF341; }
span { border-color: rgb(189,243,65); }
td.TdClassName
{
border-color: #BDF341;
}
.TagClassName
{
border-color: #BDF341;
}
</style>