Shades of Sulu #CBE783
Tints of Sulu #CBE783
RGB
CMYK
RGB Variations
Color information
#CBE783 (or 0xCBE783) is known color: Sulu. HEX triplet: CB, E7 and 83. RGB value is (203,231,131). Sum of RGB (Red+Green+Blue) = 203+231+131=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE783 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE783 is #34187C. Grayscale: #D3D3D3. Windows color (decimal): -3414141 or 8644555. OLE color: 8644555.
HSL color Cylindrical-coordinate representation of color #CBE783: hue angle of 76.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBE783 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 131 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.09 |
| HSL | 76.8º | 0.68% | 0.71% | - |
| HSV(B) | 76.8º | 0.43% | 0.91% | - |
| XYZ | 57.3 | 71.49 | 32.25 | - |
| YUV | 211.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 131 | 0.12 | 0 | 0.43 | 0.09 | 76.8 | 0.68 | 0.71 |
| Hex | CB | E7 | 83 | C | 0 | 2B | 9 | 4D | 44 | 47 |
| Octal | 313 | 347 | 203 | 14 | 0 | 53 | 11 | 115 | 104 | 107 |
| Binary | 11001011 | 11100111 | 10000011 | 1100 | 0 | 101011 | 1001 | 1001101 | 1000100 | 1000111 |
Color Harmonies of #CBE783
Complementary color
Monochromatic Colors of #CBE783
Black with #CBE783
Text Example
Text Example
White with #CBE783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE783; }
p { color: rgb(203,231,131); }
H1.HeaderClassName
{
color: #CBE783;
}
.AnyTagClassName
{
color: #CBE783;
}
</style>
background-color css
<style>
a { background-color: #CBE783; }
a { background-color: rgb(203,231,131); }
div.DivClassName
{
background-color: #CBE783;
}
.BgClassName
{
background-color: #CBE783;
}
</style>
border-color css
<style>
span { border-color: #CBE783; }
span { border-color: rgb(203,231,131); }
td.TdClassName
{
border-color: #CBE783;
}
.TagClassName
{
border-color: #CBE783;
}
</style>