Shades of Green Yellow #BDF23C
Tints of Green Yellow #BDF23C
RGB
CMYK
RGB Variations
Color information
#BDF23C (or 0xBDF23C) is known color: Green Yellow. HEX triplet: BD, F2 and 3C. RGB value is (189,242,60). Sum of RGB (Red+Green+Blue) = 189+242+60=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF23C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF23C is #420DC3. Grayscale: #CECECE. Windows color (decimal): -4328900 or 3994301. OLE color: 3994301.
HSL color Cylindrical-coordinate representation of color #BDF23C: hue angle of 77.47º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDF23C is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 60 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.05 |
| HSL | 77.47º | 0.88% | 0.59% | - |
| HSV(B) | 77.47º | 0.75% | 0.95% | - |
| XYZ | 53.55 | 74.65 | 15.86 | - |
| YUV | 205.41 | 45.94 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 60 | 0.22 | 0 | 0.75 | 0.05 | 77.47 | 0.88 | 0.59 |
| Hex | BD | F2 | 3C | 16 | 0 | 4B | 5 | 4D | 58 | 3B |
| Octal | 275 | 362 | 74 | 26 | 0 | 113 | 5 | 115 | 130 | 73 |
| Binary | 10111101 | 11110010 | 111100 | 10110 | 0 | 1001011 | 101 | 1001101 | 1011000 | 111011 |
Color Harmonies of #BDF23C
Complementary color
Monochromatic Colors of #BDF23C
Black with #BDF23C
Text Example
Text Example
White with #BDF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF23C; }
p { color: rgb(189,242,60); }
H1.HeaderClassName
{
color: #BDF23C;
}
.AnyTagClassName
{
color: #BDF23C;
}
</style>
background-color css
<style>
a { background-color: #BDF23C; }
a { background-color: rgb(189,242,60); }
div.DivClassName
{
background-color: #BDF23C;
}
.BgClassName
{
background-color: #BDF23C;
}
</style>
border-color css
<style>
span { border-color: #BDF23C; }
span { border-color: rgb(189,242,60); }
td.TdClassName
{
border-color: #BDF23C;
}
.TagClassName
{
border-color: #BDF23C;
}
</style>