Shades of Sulu #CBE68F
Tints of Sulu #CBE68F
RGB
CMYK
RGB Variations
Color information
#CBE68F (or 0xCBE68F) is known color: Sulu. HEX triplet: CB, E6 and 8F. RGB value is (203,230,143). Sum of RGB (Red+Green+Blue) = 203+230+143=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE68F is #341970. Grayscale: #D4D4D4. Windows color (decimal): -3414385 or 9430731. OLE color: 9430731.
HSL color Cylindrical-coordinate representation of color #CBE68F: hue angle of 78.62º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBE68F is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 143 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.10 |
| HSL | 78.62º | 0.64% | 0.73% | - |
| HSV(B) | 78.62º | 0.38% | 0.9% | - |
| XYZ | 57.88 | 71.27 | 36.69 | - |
| YUV | 212.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 143 | 0.12 | 0 | 0.38 | 0.10 | 78.62 | 0.64 | 0.73 |
| Hex | CB | E6 | 8F | C | 0 | 26 | A | 4F | 40 | 49 |
| Octal | 313 | 346 | 217 | 14 | 0 | 46 | 12 | 117 | 100 | 111 |
| Binary | 11001011 | 11100110 | 10001111 | 1100 | 0 | 100110 | 1010 | 1001111 | 1000000 | 1001001 |
Color Harmonies of #CBE68F
Complementary color
Monochromatic Colors of #CBE68F
Black with #CBE68F
Text Example
Text Example
White with #CBE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE68F; }
p { color: rgb(203,230,143); }
H1.HeaderClassName
{
color: #CBE68F;
}
.AnyTagClassName
{
color: #CBE68F;
}
</style>
background-color css
<style>
a { background-color: #CBE68F; }
a { background-color: rgb(203,230,143); }
div.DivClassName
{
background-color: #CBE68F;
}
.BgClassName
{
background-color: #CBE68F;
}
</style>
border-color css
<style>
span { border-color: #CBE68F; }
span { border-color: rgb(203,230,143); }
td.TdClassName
{
border-color: #CBE68F;
}
.TagClassName
{
border-color: #CBE68F;
}
</style>