Shades of Sulu #CBE678
Tints of Sulu #CBE678
RGB
CMYK
RGB Variations
Color information
#CBE678 (or 0xCBE678) is known color: Sulu. HEX triplet: CB, E6 and 78. RGB value is (203,230,120). Sum of RGB (Red+Green+Blue) = 203+230+120=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE678 is #341987. Grayscale: #D1D1D1. Windows color (decimal): -3414408 or 7923403. OLE color: 7923403.
HSL color Cylindrical-coordinate representation of color #CBE678: hue angle of 74.73º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE678 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 120 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.10 |
| HSL | 74.73º | 0.69% | 0.69% | - |
| HSV(B) | 74.73º | 0.48% | 0.9% | - |
| XYZ | 56.32 | 70.65 | 28.44 | - |
| YUV | 209.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 120 | 0.12 | 0 | 0.48 | 0.10 | 74.73 | 0.69 | 0.69 |
| Hex | CB | E6 | 78 | C | 0 | 30 | A | 4B | 45 | 45 |
| Octal | 313 | 346 | 170 | 14 | 0 | 60 | 12 | 113 | 105 | 105 |
| Binary | 11001011 | 11100110 | 1111000 | 1100 | 0 | 110000 | 1010 | 1001011 | 1000101 | 1000101 |
Color Harmonies of #CBE678
Complementary color
Monochromatic Colors of #CBE678
Black with #CBE678
Text Example
Text Example
White with #CBE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE678; }
p { color: rgb(203,230,120); }
H1.HeaderClassName
{
color: #CBE678;
}
.AnyTagClassName
{
color: #CBE678;
}
</style>
background-color css
<style>
a { background-color: #CBE678; }
a { background-color: rgb(203,230,120); }
div.DivClassName
{
background-color: #CBE678;
}
.BgClassName
{
background-color: #CBE678;
}
</style>
border-color css
<style>
span { border-color: #CBE678; }
span { border-color: rgb(203,230,120); }
td.TdClassName
{
border-color: #CBE678;
}
.TagClassName
{
border-color: #CBE678;
}
</style>