Shades of Sulu #CBE68B
Tints of Sulu #CBE68B
RGB
CMYK
RGB Variations
Color information
#CBE68B (or 0xCBE68B) is known color: Sulu. HEX triplet: CB, E6 and 8B. RGB value is (203,230,139). Sum of RGB (Red+Green+Blue) = 203+230+139=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE68B is #341974. Grayscale: #D3D3D3. Windows color (decimal): -3414389 or 9168587. OLE color: 9168587.
HSL color Cylindrical-coordinate representation of color #CBE68B: hue angle of 77.8º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBE68B is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 139 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.10 |
| HSL | 77.8º | 0.65% | 0.72% | - |
| HSV(B) | 77.8º | 0.4% | 0.9% | - |
| XYZ | 57.59 | 71.15 | 35.13 | - |
| YUV | 211.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 139 | 0.12 | 0 | 0.40 | 0.10 | 77.8 | 0.65 | 0.72 |
| Hex | CB | E6 | 8B | C | 0 | 28 | A | 4E | 41 | 48 |
| Octal | 313 | 346 | 213 | 14 | 0 | 50 | 12 | 116 | 101 | 110 |
| Binary | 11001011 | 11100110 | 10001011 | 1100 | 0 | 101000 | 1010 | 1001110 | 1000001 | 1001000 |
Color Harmonies of #CBE68B
Complementary color
Monochromatic Colors of #CBE68B
Black with #CBE68B
Text Example
Text Example
White with #CBE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE68B; }
p { color: rgb(203,230,139); }
H1.HeaderClassName
{
color: #CBE68B;
}
.AnyTagClassName
{
color: #CBE68B;
}
</style>
background-color css
<style>
a { background-color: #CBE68B; }
a { background-color: rgb(203,230,139); }
div.DivClassName
{
background-color: #CBE68B;
}
.BgClassName
{
background-color: #CBE68B;
}
</style>
border-color css
<style>
span { border-color: #CBE68B; }
span { border-color: rgb(203,230,139); }
td.TdClassName
{
border-color: #CBE68B;
}
.TagClassName
{
border-color: #CBE68B;
}
</style>