Shades of Sulu #CBF16D
Tints of Sulu #CBF16D
RGB
CMYK
RGB Variations
Color information
#CBF16D (or 0xCBF16D) is known color: Sulu. HEX triplet: CB, F1 and 6D. RGB value is (203,241,109). Sum of RGB (Red+Green+Blue) = 203+241+109=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF16D is #340E92. Grayscale: #D7D7D7. Windows color (decimal): -3411603 or 7205323. OLE color: 7205323.
HSL color Cylindrical-coordinate representation of color #CBF16D: hue angle of 77.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBF16D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 109 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.05 |
| HSL | 77.27º | 0.83% | 0.69% | - |
| HSV(B) | 77.27º | 0.55% | 0.95% | - |
| XYZ | 58.84 | 76.71 | 26.17 | - |
| YUV | 214.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 109 | 0.16 | 0 | 0.55 | 0.05 | 77.27 | 0.83 | 0.69 |
| Hex | CB | F1 | 6D | 10 | 0 | 37 | 5 | 4D | 52 | 45 |
| Octal | 313 | 361 | 155 | 20 | 0 | 67 | 5 | 115 | 122 | 105 |
| Binary | 11001011 | 11110001 | 1101101 | 10000 | 0 | 110111 | 101 | 1001101 | 1010010 | 1000101 |
Color Harmonies of #CBF16D
Complementary color
Monochromatic Colors of #CBF16D
Black with #CBF16D
Text Example
Text Example
White with #CBF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF16D; }
p { color: rgb(203,241,109); }
H1.HeaderClassName
{
color: #CBF16D;
}
.AnyTagClassName
{
color: #CBF16D;
}
</style>
background-color css
<style>
a { background-color: #CBF16D; }
a { background-color: rgb(203,241,109); }
div.DivClassName
{
background-color: #CBF16D;
}
.BgClassName
{
background-color: #CBF16D;
}
</style>
border-color css
<style>
span { border-color: #CBF16D; }
span { border-color: rgb(203,241,109); }
td.TdClassName
{
border-color: #CBF16D;
}
.TagClassName
{
border-color: #CBF16D;
}
</style>