Shades of Sulu #CBFF7A
Tints of Sulu #CBFF7A
RGB
CMYK
RGB Variations
Color information
#CBFF7A (or 0xCBFF7A) is known color: Sulu. HEX triplet: CB, FF and 7A. RGB value is (203,255,122). Sum of RGB (Red+Green+Blue) = 203+255+122=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF7A is #340085. Grayscale: #E0E0E0. Windows color (decimal): -3408006 or 8060875. OLE color: 8060875.
HSL color Cylindrical-coordinate representation of color #CBFF7A: hue angle of 83.46º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBFF7A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 122 | - |
| CMYK | 0.20 | 0 | 0.52 | 0 |
| HSL | 83.46º | 1% | 0.74% | - |
| HSV(B) | 83.46º | 0.52% | 1% | - |
| XYZ | 63.9 | 85.62 | 31.57 | - |
| YUV | 224.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 122 | 0.20 | 0 | 0.52 | 0 | 83.46 | 1 | 0.74 |
| Hex | CB | FF | 7A | 14 | 0 | 34 | 0 | 53 | 64 | 4A |
| Octal | 313 | 377 | 172 | 24 | 0 | 64 | 0 | 123 | 144 | 112 |
| Binary | 11001011 | 11111111 | 1111010 | 10100 | 0 | 110100 | 0 | 1010011 | 1100100 | 1001010 |
Color Harmonies of #CBFF7A
Complementary color
Monochromatic Colors of #CBFF7A
Black with #CBFF7A
Text Example
Text Example
White with #CBFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF7A; }
p { color: rgb(203,255,122); }
H1.HeaderClassName
{
color: #CBFF7A;
}
.AnyTagClassName
{
color: #CBFF7A;
}
</style>
background-color css
<style>
a { background-color: #CBFF7A; }
a { background-color: rgb(203,255,122); }
div.DivClassName
{
background-color: #CBFF7A;
}
.BgClassName
{
background-color: #CBFF7A;
}
</style>
border-color css
<style>
span { border-color: #CBFF7A; }
span { border-color: rgb(203,255,122); }
td.TdClassName
{
border-color: #CBFF7A;
}
.TagClassName
{
border-color: #CBFF7A;
}
</style>