Shades of Sulu #CBF77A
Tints of Sulu #CBF77A
RGB
CMYK
RGB Variations
Color information
#CBF77A (or 0xCBF77A) is known color: Sulu. HEX triplet: CB, F7 and 7A. RGB value is (203,247,122). Sum of RGB (Red+Green+Blue) = 203+247+122=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF77A is #340885. Grayscale: #DCDCDC. Windows color (decimal): -3410054 or 8058827. OLE color: 8058827.
HSL color Cylindrical-coordinate representation of color #CBF77A: hue angle of 81.12º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBF77A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 122 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.03 |
| HSL | 81.12º | 0.89% | 0.72% | - |
| HSV(B) | 81.12º | 0.51% | 0.97% | - |
| XYZ | 61.4 | 80.62 | 30.74 | - |
| YUV | 219.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 122 | 0.18 | 0 | 0.51 | 0.03 | 81.12 | 0.89 | 0.72 |
| Hex | CB | F7 | 7A | 12 | 0 | 33 | 3 | 51 | 59 | 48 |
| Octal | 313 | 367 | 172 | 22 | 0 | 63 | 3 | 121 | 131 | 110 |
| Binary | 11001011 | 11110111 | 1111010 | 10010 | 0 | 110011 | 11 | 1010001 | 1011001 | 1001000 |
Color Harmonies of #CBF77A
Complementary color
Monochromatic Colors of #CBF77A
Black with #CBF77A
Text Example
Text Example
White with #CBF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF77A; }
p { color: rgb(203,247,122); }
H1.HeaderClassName
{
color: #CBF77A;
}
.AnyTagClassName
{
color: #CBF77A;
}
</style>
background-color css
<style>
a { background-color: #CBF77A; }
a { background-color: rgb(203,247,122); }
div.DivClassName
{
background-color: #CBF77A;
}
.BgClassName
{
background-color: #CBF77A;
}
</style>
border-color css
<style>
span { border-color: #CBF77A; }
span { border-color: rgb(203,247,122); }
td.TdClassName
{
border-color: #CBF77A;
}
.TagClassName
{
border-color: #CBF77A;
}
</style>