Shades of Green Yellow #CBFF3A
Tints of Green Yellow #CBFF3A
RGB
CMYK
RGB Variations
Color information
#CBFF3A (or 0xCBFF3A) is known color: Green Yellow. HEX triplet: CB, FF and 3A. RGB value is (203,255,58). Sum of RGB (Red+Green+Blue) = 203+255+58=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFF3A is #3400C5. Grayscale: #D9D9D9. Windows color (decimal): -3408070 or 3866571. OLE color: 3866571.
HSL color Cylindrical-coordinate representation of color #CBFF3A: hue angle of 75.84º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBFF3A is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 58 | - |
| CMYK | 0.20 | 0 | 0.77 | 0 |
| HSL | 75.84º | 1% | 0.61% | - |
| HSV(B) | 75.84º | 0.77% | 1% | - |
| XYZ | 61.15 | 84.52 | 17.09 | - |
| YUV | 216.99 | 38.27 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 58 | 0.20 | 0 | 0.77 | 0 | 75.84 | 1 | 0.61 |
| Hex | CB | FF | 3A | 14 | 0 | 4D | 0 | 4C | 64 | 3D |
| Octal | 313 | 377 | 72 | 24 | 0 | 115 | 0 | 114 | 144 | 75 |
| Binary | 11001011 | 11111111 | 111010 | 10100 | 0 | 1001101 | 0 | 1001100 | 1100100 | 111101 |
Color Harmonies of #CBFF3A
Complementary color
Monochromatic Colors of #CBFF3A
Black with #CBFF3A
Text Example
Text Example
White with #CBFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF3A; }
p { color: rgb(203,255,58); }
H1.HeaderClassName
{
color: #CBFF3A;
}
.AnyTagClassName
{
color: #CBFF3A;
}
</style>
background-color css
<style>
a { background-color: #CBFF3A; }
a { background-color: rgb(203,255,58); }
div.DivClassName
{
background-color: #CBFF3A;
}
.BgClassName
{
background-color: #CBFF3A;
}
</style>
border-color css
<style>
span { border-color: #CBFF3A; }
span { border-color: rgb(203,255,58); }
td.TdClassName
{
border-color: #CBFF3A;
}
.TagClassName
{
border-color: #CBFF3A;
}
</style>