Shades of Sulu #CBE684
Tints of Sulu #CBE684
RGB
CMYK
RGB Variations
Color information
#CBE684 (or 0xCBE684) is known color: Sulu. HEX triplet: CB, E6 and 84. RGB value is (203,230,132). Sum of RGB (Red+Green+Blue) = 203+230+132=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE684 is #34197B. Grayscale: #D3D3D3. Windows color (decimal): -3414396 or 8709835. OLE color: 8709835.
HSL color Cylindrical-coordinate representation of color #CBE684: hue angle of 76.53º 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 #CBE684 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 132 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.10 |
| HSL | 76.53º | 0.66% | 0.71% | - |
| HSV(B) | 76.53º | 0.43% | 0.9% | - |
| XYZ | 57.09 | 70.96 | 32.52 | - |
| YUV | 210.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 132 | 0.12 | 0 | 0.43 | 0.10 | 76.53 | 0.66 | 0.71 |
| Hex | CB | E6 | 84 | C | 0 | 2B | A | 4D | 42 | 47 |
| Octal | 313 | 346 | 204 | 14 | 0 | 53 | 12 | 115 | 102 | 107 |
| Binary | 11001011 | 11100110 | 10000100 | 1100 | 0 | 101011 | 1010 | 1001101 | 1000010 | 1000111 |
Color Harmonies of #CBE684
Complementary color
Monochromatic Colors of #CBE684
Black with #CBE684
Text Example
Text Example
White with #CBE684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE684; }
p { color: rgb(203,230,132); }
H1.HeaderClassName
{
color: #CBE684;
}
.AnyTagClassName
{
color: #CBE684;
}
</style>
background-color css
<style>
a { background-color: #CBE684; }
a { background-color: rgb(203,230,132); }
div.DivClassName
{
background-color: #CBE684;
}
.BgClassName
{
background-color: #CBE684;
}
</style>
border-color css
<style>
span { border-color: #CBE684; }
span { border-color: rgb(203,230,132); }
td.TdClassName
{
border-color: #CBE684;
}
.TagClassName
{
border-color: #CBE684;
}
</style>