Shades of Green Yellow #BDF338
Tints of Green Yellow #BDF338
RGB
CMYK
RGB Variations
Color information
#BDF338 (or 0xBDF338) is known color: Green Yellow. HEX triplet: BD, F3 and 38. RGB value is (189,243,56). Sum of RGB (Red+Green+Blue) = 189+243+56=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF338 is #420CC7. Grayscale: #CECECE. Windows color (decimal): -4328648 or 3732413. OLE color: 3732413.
HSL color Cylindrical-coordinate representation of color #BDF338: hue angle of 77.33º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDF338 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 56 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.05 |
| HSL | 77.33º | 0.89% | 0.59% | - |
| HSV(B) | 77.33º | 0.77% | 0.95% | - |
| XYZ | 53.75 | 75.21 | 15.42 | - |
| YUV | 205.54 | 43.61 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 56 | 0.22 | 0 | 0.77 | 0.05 | 77.33 | 0.89 | 0.59 |
| Hex | BD | F3 | 38 | 16 | 0 | 4D | 5 | 4D | 59 | 3B |
| Octal | 275 | 363 | 70 | 26 | 0 | 115 | 5 | 115 | 131 | 73 |
| Binary | 10111101 | 11110011 | 111000 | 10110 | 0 | 1001101 | 101 | 1001101 | 1011001 | 111011 |
Color Harmonies of #BDF338
Complementary color
Monochromatic Colors of #BDF338
Black with #BDF338
Text Example
Text Example
White with #BDF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF338; }
p { color: rgb(189,243,56); }
H1.HeaderClassName
{
color: #BDF338;
}
.AnyTagClassName
{
color: #BDF338;
}
</style>
background-color css
<style>
a { background-color: #BDF338; }
a { background-color: rgb(189,243,56); }
div.DivClassName
{
background-color: #BDF338;
}
.BgClassName
{
background-color: #BDF338;
}
</style>
border-color css
<style>
span { border-color: #BDF338; }
span { border-color: rgb(189,243,56); }
td.TdClassName
{
border-color: #BDF338;
}
.TagClassName
{
border-color: #BDF338;
}
</style>