Shades of Sulu #CBF16F
Tints of Sulu #CBF16F
RGB
CMYK
RGB Variations
Color information
#CBF16F (or 0xCBF16F) is known color: Sulu. HEX triplet: CB, F1 and 6F. RGB value is (203,241,111). Sum of RGB (Red+Green+Blue) = 203+241+111=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF16F is #340E90. Grayscale: #D7D7D7. Windows color (decimal): -3411601 or 7336395. OLE color: 7336395.
HSL color Cylindrical-coordinate representation of color #CBF16F: hue angle of 77.54º 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 #CBF16F is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 111 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.05 |
| HSL | 77.54º | 0.82% | 0.69% | - |
| HSV(B) | 77.54º | 0.54% | 0.95% | - |
| XYZ | 58.95 | 76.75 | 26.75 | - |
| YUV | 214.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 111 | 0.16 | 0 | 0.54 | 0.05 | 77.54 | 0.82 | 0.69 |
| Hex | CB | F1 | 6F | 10 | 0 | 36 | 5 | 4E | 52 | 45 |
| Octal | 313 | 361 | 157 | 20 | 0 | 66 | 5 | 116 | 122 | 105 |
| Binary | 11001011 | 11110001 | 1101111 | 10000 | 0 | 110110 | 101 | 1001110 | 1010010 | 1000101 |
Color Harmonies of #CBF16F
Complementary color
Monochromatic Colors of #CBF16F
Black with #CBF16F
Text Example
Text Example
White with #CBF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF16F; }
p { color: rgb(203,241,111); }
H1.HeaderClassName
{
color: #CBF16F;
}
.AnyTagClassName
{
color: #CBF16F;
}
</style>
background-color css
<style>
a { background-color: #CBF16F; }
a { background-color: rgb(203,241,111); }
div.DivClassName
{
background-color: #CBF16F;
}
.BgClassName
{
background-color: #CBF16F;
}
</style>
border-color css
<style>
span { border-color: #CBF16F; }
span { border-color: rgb(203,241,111); }
td.TdClassName
{
border-color: #CBF16F;
}
.TagClassName
{
border-color: #CBF16F;
}
</style>