Shades of Sulu #CBE68D
Tints of Sulu #CBE68D
RGB
CMYK
RGB Variations
Color information
#CBE68D (or 0xCBE68D) is known color: Sulu. HEX triplet: CB, E6 and 8D. RGB value is (203,230,141). Sum of RGB (Red+Green+Blue) = 203+230+141=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE68D is #341972. Grayscale: #D4D4D4. Windows color (decimal): -3414387 or 9299659. OLE color: 9299659.
HSL color Cylindrical-coordinate representation of color #CBE68D: hue angle of 78.2º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBE68D is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 141 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.10 |
| HSL | 78.2º | 0.64% | 0.73% | - |
| HSV(B) | 78.2º | 0.39% | 0.9% | - |
| XYZ | 57.73 | 71.21 | 35.9 | - |
| YUV | 211.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 141 | 0.12 | 0 | 0.39 | 0.10 | 78.2 | 0.64 | 0.73 |
| Hex | CB | E6 | 8D | C | 0 | 27 | A | 4E | 40 | 49 |
| Octal | 313 | 346 | 215 | 14 | 0 | 47 | 12 | 116 | 100 | 111 |
| Binary | 11001011 | 11100110 | 10001101 | 1100 | 0 | 100111 | 1010 | 1001110 | 1000000 | 1001001 |
Color Harmonies of #CBE68D
Complementary color
Monochromatic Colors of #CBE68D
Black with #CBE68D
Text Example
Text Example
White with #CBE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE68D; }
p { color: rgb(203,230,141); }
H1.HeaderClassName
{
color: #CBE68D;
}
.AnyTagClassName
{
color: #CBE68D;
}
</style>
background-color css
<style>
a { background-color: #CBE68D; }
a { background-color: rgb(203,230,141); }
div.DivClassName
{
background-color: #CBE68D;
}
.BgClassName
{
background-color: #CBE68D;
}
</style>
border-color css
<style>
span { border-color: #CBE68D; }
span { border-color: rgb(203,230,141); }
td.TdClassName
{
border-color: #CBE68D;
}
.TagClassName
{
border-color: #CBE68D;
}
</style>