Shades of Sulu #CBE781
Tints of Sulu #CBE781
RGB
CMYK
RGB Variations
Color information
#CBE781 (or 0xCBE781) is known color: Sulu. HEX triplet: CB, E7 and 81. RGB value is (203,231,129). Sum of RGB (Red+Green+Blue) = 203+231+129=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE781 is #34187E. Grayscale: #D3D3D3. Windows color (decimal): -3414143 or 8513483. OLE color: 8513483.
HSL color Cylindrical-coordinate representation of color #CBE781: hue angle of 76.47º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBE781 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 129 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.09 |
| HSL | 76.47º | 0.68% | 0.71% | - |
| HSV(B) | 76.47º | 0.44% | 0.91% | - |
| XYZ | 57.17 | 71.43 | 31.54 | - |
| YUV | 211 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 129 | 0.12 | 0 | 0.44 | 0.09 | 76.47 | 0.68 | 0.71 |
| Hex | CB | E7 | 81 | C | 0 | 2C | 9 | 4C | 44 | 47 |
| Octal | 313 | 347 | 201 | 14 | 0 | 54 | 11 | 114 | 104 | 107 |
| Binary | 11001011 | 11100111 | 10000001 | 1100 | 0 | 101100 | 1001 | 1001100 | 1000100 | 1000111 |
Color Harmonies of #CBE781
Complementary color
Monochromatic Colors of #CBE781
Black with #CBE781
Text Example
Text Example
White with #CBE781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE781; }
p { color: rgb(203,231,129); }
H1.HeaderClassName
{
color: #CBE781;
}
.AnyTagClassName
{
color: #CBE781;
}
</style>
background-color css
<style>
a { background-color: #CBE781; }
a { background-color: rgb(203,231,129); }
div.DivClassName
{
background-color: #CBE781;
}
.BgClassName
{
background-color: #CBE781;
}
</style>
border-color css
<style>
span { border-color: #CBE781; }
span { border-color: rgb(203,231,129); }
td.TdClassName
{
border-color: #CBE781;
}
.TagClassName
{
border-color: #CBE781;
}
</style>