Shades of Sulu #CBE67D
Tints of Sulu #CBE67D
RGB
CMYK
RGB Variations
Color information
#CBE67D (or 0xCBE67D) is known color: Sulu. HEX triplet: CB, E6 and 7D. RGB value is (203,230,125). Sum of RGB (Red+Green+Blue) = 203+230+125=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE67D is #341982. Grayscale: #D2D2D2. Windows color (decimal): -3414403 or 8251083. OLE color: 8251083.
HSL color Cylindrical-coordinate representation of color #CBE67D: hue angle of 75.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBE67D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 125 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.10 |
| HSL | 75.43º | 0.68% | 0.7% | - |
| HSV(B) | 75.43º | 0.46% | 0.9% | - |
| XYZ | 56.63 | 70.77 | 30.08 | - |
| YUV | 209.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 125 | 0.12 | 0 | 0.46 | 0.10 | 75.43 | 0.68 | 0.7 |
| Hex | CB | E6 | 7D | C | 0 | 2E | A | 4B | 44 | 46 |
| Octal | 313 | 346 | 175 | 14 | 0 | 56 | 12 | 113 | 104 | 106 |
| Binary | 11001011 | 11100110 | 1111101 | 1100 | 0 | 101110 | 1010 | 1001011 | 1000100 | 1000110 |
Color Harmonies of #CBE67D
Complementary color
Monochromatic Colors of #CBE67D
Black with #CBE67D
Text Example
Text Example
White with #CBE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE67D; }
p { color: rgb(203,230,125); }
H1.HeaderClassName
{
color: #CBE67D;
}
.AnyTagClassName
{
color: #CBE67D;
}
</style>
background-color css
<style>
a { background-color: #CBE67D; }
a { background-color: rgb(203,230,125); }
div.DivClassName
{
background-color: #CBE67D;
}
.BgClassName
{
background-color: #CBE67D;
}
</style>
border-color css
<style>
span { border-color: #CBE67D; }
span { border-color: rgb(203,230,125); }
td.TdClassName
{
border-color: #CBE67D;
}
.TagClassName
{
border-color: #CBE67D;
}
</style>