Shades of Sulu #CBF98A
Tints of Sulu #CBF98A
RGB
CMYK
RGB Variations
Color information
#CBF98A (or 0xCBF98A) is known color: Sulu. HEX triplet: CB, F9 and 8A. RGB value is (203,249,138). Sum of RGB (Red+Green+Blue) = 203+249+138=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF98A is #340675. Grayscale: #DEDEDE. Windows color (decimal): -3409526 or 9107915. OLE color: 9107915.
HSL color Cylindrical-coordinate representation of color #CBF98A: hue angle of 84.86º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBF98A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 138 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.02 |
| HSL | 84.86º | 0.9% | 0.76% | - |
| HSV(B) | 84.86º | 0.45% | 0.98% | - |
| XYZ | 63.09 | 82.28 | 36.6 | - |
| YUV | 222.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 138 | 0.18 | 0 | 0.45 | 0.02 | 84.86 | 0.9 | 0.76 |
| Hex | CB | F9 | 8A | 12 | 0 | 2D | 2 | 55 | 5A | 4C |
| Octal | 313 | 371 | 212 | 22 | 0 | 55 | 2 | 125 | 132 | 114 |
| Binary | 11001011 | 11111001 | 10001010 | 10010 | 0 | 101101 | 10 | 1010101 | 1011010 | 1001100 |
Color Harmonies of #CBF98A
Complementary color
Monochromatic Colors of #CBF98A
Black with #CBF98A
Text Example
Text Example
White with #CBF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF98A; }
p { color: rgb(203,249,138); }
H1.HeaderClassName
{
color: #CBF98A;
}
.AnyTagClassName
{
color: #CBF98A;
}
</style>
background-color css
<style>
a { background-color: #CBF98A; }
a { background-color: rgb(203,249,138); }
div.DivClassName
{
background-color: #CBF98A;
}
.BgClassName
{
background-color: #CBF98A;
}
</style>
border-color css
<style>
span { border-color: #CBF98A; }
span { border-color: rgb(203,249,138); }
td.TdClassName
{
border-color: #CBF98A;
}
.TagClassName
{
border-color: #CBF98A;
}
</style>