Shades of Sulu #CBE98F
Tints of Sulu #CBE98F
RGB
CMYK
RGB Variations
Color information
#CBE98F (or 0xCBE98F) is known color: Sulu. HEX triplet: CB, E9 and 8F. RGB value is (203,233,143). Sum of RGB (Red+Green+Blue) = 203+233+143=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE98F is #341670. Grayscale: #D6D6D6. Windows color (decimal): -3413617 or 9431499. OLE color: 9431499.
HSL color Cylindrical-coordinate representation of color #CBE98F: hue angle of 80º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBE98F is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 143 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.09 |
| HSL | 80º | 0.67% | 0.74% | - |
| HSV(B) | 80º | 0.39% | 0.91% | - |
| XYZ | 58.73 | 72.96 | 36.97 | - |
| YUV | 213.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 143 | 0.13 | 0 | 0.39 | 0.09 | 80 | 0.67 | 0.74 |
| Hex | CB | E9 | 8F | D | 0 | 27 | 9 | 50 | 43 | 4A |
| Octal | 313 | 351 | 217 | 15 | 0 | 47 | 11 | 120 | 103 | 112 |
| Binary | 11001011 | 11101001 | 10001111 | 1101 | 0 | 100111 | 1001 | 1010000 | 1000011 | 1001010 |
Color Harmonies of #CBE98F
Complementary color
Monochromatic Colors of #CBE98F
Black with #CBE98F
Text Example
Text Example
White with #CBE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE98F; }
p { color: rgb(203,233,143); }
H1.HeaderClassName
{
color: #CBE98F;
}
.AnyTagClassName
{
color: #CBE98F;
}
</style>
background-color css
<style>
a { background-color: #CBE98F; }
a { background-color: rgb(203,233,143); }
div.DivClassName
{
background-color: #CBE98F;
}
.BgClassName
{
background-color: #CBE98F;
}
</style>
border-color css
<style>
span { border-color: #CBE98F; }
span { border-color: rgb(203,233,143); }
td.TdClassName
{
border-color: #CBE98F;
}
.TagClassName
{
border-color: #CBE98F;
}
</style>