Shades of Sulu #CBF97A
Tints of Sulu #CBF97A
RGB
CMYK
RGB Variations
Color information
#CBF97A (or 0xCBF97A) is known color: Sulu. HEX triplet: CB, F9 and 7A. RGB value is (203,249,122). Sum of RGB (Red+Green+Blue) = 203+249+122=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF97A is #340685. Grayscale: #DDDDDD. Windows color (decimal): -3409542 or 8059339. OLE color: 8059339.
HSL color Cylindrical-coordinate representation of color #CBF97A: hue angle of 81.73º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBF97A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 122 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.02 |
| HSL | 81.73º | 0.91% | 0.73% | - |
| HSV(B) | 81.73º | 0.51% | 0.98% | - |
| XYZ | 62.02 | 81.85 | 30.94 | - |
| YUV | 220.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 122 | 0.18 | 0 | 0.51 | 0.02 | 81.73 | 0.91 | 0.73 |
| Hex | CB | F9 | 7A | 12 | 0 | 33 | 2 | 52 | 5B | 49 |
| Octal | 313 | 371 | 172 | 22 | 0 | 63 | 2 | 122 | 133 | 111 |
| Binary | 11001011 | 11111001 | 1111010 | 10010 | 0 | 110011 | 10 | 1010010 | 1011011 | 1001001 |
Color Harmonies of #CBF97A
Complementary color
Monochromatic Colors of #CBF97A
Black with #CBF97A
Text Example
Text Example
White with #CBF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF97A; }
p { color: rgb(203,249,122); }
H1.HeaderClassName
{
color: #CBF97A;
}
.AnyTagClassName
{
color: #CBF97A;
}
</style>
background-color css
<style>
a { background-color: #CBF97A; }
a { background-color: rgb(203,249,122); }
div.DivClassName
{
background-color: #CBF97A;
}
.BgClassName
{
background-color: #CBF97A;
}
</style>
border-color css
<style>
span { border-color: #CBF97A; }
span { border-color: rgb(203,249,122); }
td.TdClassName
{
border-color: #CBF97A;
}
.TagClassName
{
border-color: #CBF97A;
}
</style>