Shades of Green Yellow #CBFF4B
Tints of Green Yellow #CBFF4B
RGB
CMYK
RGB Variations
Color information
#CBFF4B (or 0xCBFF4B) is known color: Green Yellow. HEX triplet: CB, FF and 4B. RGB value is (203,255,75). Sum of RGB (Red+Green+Blue) = 203+255+75=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFF4B is #3400B4. Grayscale: #DBDBDB. Windows color (decimal): -3408053 or 4980683. OLE color: 4980683.
HSL color Cylindrical-coordinate representation of color #CBFF4B: hue angle of 77.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBFF4B is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 75 | - |
| CMYK | 0.20 | 0 | 0.71 | 0 |
| HSL | 77.33º | 1% | 0.65% | - |
| HSV(B) | 77.33º | 0.71% | 1% | - |
| XYZ | 61.66 | 84.72 | 19.76 | - |
| YUV | 218.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 75 | 0.20 | 0 | 0.71 | 0 | 77.33 | 1 | 0.65 |
| Hex | CB | FF | 4B | 14 | 0 | 47 | 0 | 4D | 64 | 41 |
| Octal | 313 | 377 | 113 | 24 | 0 | 107 | 0 | 115 | 144 | 101 |
| Binary | 11001011 | 11111111 | 1001011 | 10100 | 0 | 1000111 | 0 | 1001101 | 1100100 | 1000001 |
Color Harmonies of #CBFF4B
Complementary color
Monochromatic Colors of #CBFF4B
Black with #CBFF4B
Text Example
Text Example
White with #CBFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF4B; }
p { color: rgb(203,255,75); }
H1.HeaderClassName
{
color: #CBFF4B;
}
.AnyTagClassName
{
color: #CBFF4B;
}
</style>
background-color css
<style>
a { background-color: #CBFF4B; }
a { background-color: rgb(203,255,75); }
div.DivClassName
{
background-color: #CBFF4B;
}
.BgClassName
{
background-color: #CBFF4B;
}
</style>
border-color css
<style>
span { border-color: #CBFF4B; }
span { border-color: rgb(203,255,75); }
td.TdClassName
{
border-color: #CBFF4B;
}
.TagClassName
{
border-color: #CBFF4B;
}
</style>