Shades of Sulu #CBF67E
Tints of Sulu #CBF67E
RGB
CMYK
RGB Variations
Color information
#CBF67E (or 0xCBF67E) is known color: Sulu. HEX triplet: CB, F6 and 7E. RGB value is (203,246,126). Sum of RGB (Red+Green+Blue) = 203+246+126=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF67E is #340981. Grayscale: #DBDBDB. Windows color (decimal): -3410306 or 8320715. OLE color: 8320715.
HSL color Cylindrical-coordinate representation of color #CBF67E: hue angle of 81.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBF67E is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 126 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.04 |
| HSL | 81.5º | 0.87% | 0.73% | - |
| HSV(B) | 81.5º | 0.49% | 0.96% | - |
| XYZ | 61.35 | 80.11 | 31.97 | - |
| YUV | 219.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 126 | 0.17 | 0 | 0.49 | 0.04 | 81.5 | 0.87 | 0.73 |
| Hex | CB | F6 | 7E | 11 | 0 | 31 | 4 | 52 | 57 | 49 |
| Octal | 313 | 366 | 176 | 21 | 0 | 61 | 4 | 122 | 127 | 111 |
| Binary | 11001011 | 11110110 | 1111110 | 10001 | 0 | 110001 | 100 | 1010010 | 1010111 | 1001001 |
Color Harmonies of #CBF67E
Complementary color
Monochromatic Colors of #CBF67E
Black with #CBF67E
Text Example
Text Example
White with #CBF67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF67E; }
p { color: rgb(203,246,126); }
H1.HeaderClassName
{
color: #CBF67E;
}
.AnyTagClassName
{
color: #CBF67E;
}
</style>
background-color css
<style>
a { background-color: #CBF67E; }
a { background-color: rgb(203,246,126); }
div.DivClassName
{
background-color: #CBF67E;
}
.BgClassName
{
background-color: #CBF67E;
}
</style>
border-color css
<style>
span { border-color: #CBF67E; }
span { border-color: rgb(203,246,126); }
td.TdClassName
{
border-color: #CBF67E;
}
.TagClassName
{
border-color: #CBF67E;
}
</style>