Shades of Green Yellow #BCF93D
Tints of Green Yellow #BCF93D
RGB
CMYK
RGB Variations
Color information
#BCF93D (or 0xBCF93D) is known color: Green Yellow. HEX triplet: BC, F9 and 3D. RGB value is (188,249,61). Sum of RGB (Red+Green+Blue) = 188+249+61=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF93D is #4306C2. Grayscale: #D2D2D2. Windows color (decimal): -4392643 or 4061628. OLE color: 4061628.
HSL color Cylindrical-coordinate representation of color #BCF93D: hue angle of 79.47º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCF93D is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 61 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.02 |
| HSL | 79.47º | 0.94% | 0.61% | - |
| HSV(B) | 79.47º | 0.76% | 0.98% | - |
| XYZ | 55.46 | 78.78 | 16.7 | - |
| YUV | 209.33 | 44.29 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 61 | 0.24 | 0 | 0.76 | 0.02 | 79.47 | 0.94 | 0.61 |
| Hex | BC | F9 | 3D | 18 | 0 | 4C | 2 | 4F | 5E | 3D |
| Octal | 274 | 371 | 75 | 30 | 0 | 114 | 2 | 117 | 136 | 75 |
| Binary | 10111100 | 11111001 | 111101 | 11000 | 0 | 1001100 | 10 | 1001111 | 1011110 | 111101 |
Color Harmonies of #BCF93D
Complementary color
Monochromatic Colors of #BCF93D
Black with #BCF93D
Text Example
Text Example
White with #BCF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF93D; }
p { color: rgb(188,249,61); }
H1.HeaderClassName
{
color: #BCF93D;
}
.AnyTagClassName
{
color: #BCF93D;
}
</style>
background-color css
<style>
a { background-color: #BCF93D; }
a { background-color: rgb(188,249,61); }
div.DivClassName
{
background-color: #BCF93D;
}
.BgClassName
{
background-color: #BCF93D;
}
</style>
border-color css
<style>
span { border-color: #BCF93D; }
span { border-color: rgb(188,249,61); }
td.TdClassName
{
border-color: #BCF93D;
}
.TagClassName
{
border-color: #BCF93D;
}
</style>