Shades of Sulu #CBF16E
Tints of Sulu #CBF16E
RGB
CMYK
RGB Variations
Color information
#CBF16E (or 0xCBF16E) is known color: Sulu. HEX triplet: CB, F1 and 6E. RGB value is (203,241,110). Sum of RGB (Red+Green+Blue) = 203+241+110=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF16E is #340E91. Grayscale: #D7D7D7. Windows color (decimal): -3411602 or 7270859. OLE color: 7270859.
HSL color Cylindrical-coordinate representation of color #CBF16E: hue angle of 77.4º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBF16E is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 110 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.05 |
| HSL | 77.4º | 0.82% | 0.69% | - |
| HSV(B) | 77.4º | 0.54% | 0.95% | - |
| XYZ | 58.9 | 76.73 | 26.46 | - |
| YUV | 214.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 110 | 0.16 | 0 | 0.54 | 0.05 | 77.4 | 0.82 | 0.69 |
| Hex | CB | F1 | 6E | 10 | 0 | 36 | 5 | 4D | 52 | 45 |
| Octal | 313 | 361 | 156 | 20 | 0 | 66 | 5 | 115 | 122 | 105 |
| Binary | 11001011 | 11110001 | 1101110 | 10000 | 0 | 110110 | 101 | 1001101 | 1010010 | 1000101 |
Color Harmonies of #CBF16E
Complementary color
Monochromatic Colors of #CBF16E
Black with #CBF16E
Text Example
Text Example
White with #CBF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF16E; }
p { color: rgb(203,241,110); }
H1.HeaderClassName
{
color: #CBF16E;
}
.AnyTagClassName
{
color: #CBF16E;
}
</style>
background-color css
<style>
a { background-color: #CBF16E; }
a { background-color: rgb(203,241,110); }
div.DivClassName
{
background-color: #CBF16E;
}
.BgClassName
{
background-color: #CBF16E;
}
</style>
border-color css
<style>
span { border-color: #CBF16E; }
span { border-color: rgb(203,241,110); }
td.TdClassName
{
border-color: #CBF16E;
}
.TagClassName
{
border-color: #CBF16E;
}
</style>