Shades of Sulu #CBE683
Tints of Sulu #CBE683
RGB
CMYK
RGB Variations
Color information
#CBE683 (or 0xCBE683) is known color: Sulu. HEX triplet: CB, E6 and 83. RGB value is (203,230,131). Sum of RGB (Red+Green+Blue) = 203+230+131=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE683 is #34197C. Grayscale: #D3D3D3. Windows color (decimal): -3414397 or 8644299. OLE color: 8644299.
HSL color Cylindrical-coordinate representation of color #CBE683: hue angle of 76.36º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBE683 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 131 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.10 |
| HSL | 76.36º | 0.66% | 0.71% | - |
| HSV(B) | 76.36º | 0.43% | 0.9% | - |
| XYZ | 57.02 | 70.93 | 32.16 | - |
| YUV | 210.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 131 | 0.12 | 0 | 0.43 | 0.10 | 76.36 | 0.66 | 0.71 |
| Hex | CB | E6 | 83 | C | 0 | 2B | A | 4C | 42 | 47 |
| Octal | 313 | 346 | 203 | 14 | 0 | 53 | 12 | 114 | 102 | 107 |
| Binary | 11001011 | 11100110 | 10000011 | 1100 | 0 | 101011 | 1010 | 1001100 | 1000010 | 1000111 |
Color Harmonies of #CBE683
Complementary color
Monochromatic Colors of #CBE683
Black with #CBE683
Text Example
Text Example
White with #CBE683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE683; }
p { color: rgb(203,230,131); }
H1.HeaderClassName
{
color: #CBE683;
}
.AnyTagClassName
{
color: #CBE683;
}
</style>
background-color css
<style>
a { background-color: #CBE683; }
a { background-color: rgb(203,230,131); }
div.DivClassName
{
background-color: #CBE683;
}
.BgClassName
{
background-color: #CBE683;
}
</style>
border-color css
<style>
span { border-color: #CBE683; }
span { border-color: rgb(203,230,131); }
td.TdClassName
{
border-color: #CBE683;
}
.TagClassName
{
border-color: #CBE683;
}
</style>