Shades of Sulu #CBFF8A
Tints of Sulu #CBFF8A
RGB
CMYK
RGB Variations
Color information
#CBFF8A (or 0xCBFF8A) is known color: Sulu. HEX triplet: CB, FF and 8A. RGB value is (203,255,138). Sum of RGB (Red+Green+Blue) = 203+255+138=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFF8A is #340075. Grayscale: #E2E2E2. Windows color (decimal): -3407990 or 9109451. OLE color: 9109451.
HSL color Cylindrical-coordinate representation of color #CBFF8A: hue angle of 86.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBFF8A is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 138 | - |
| CMYK | 0.20 | 0 | 0.46 | 0 |
| HSL | 86.67º | 1% | 0.77% | - |
| HSV(B) | 86.67º | 0.46% | 1% | - |
| XYZ | 64.98 | 86.05 | 37.23 | - |
| YUV | 226.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 138 | 0.20 | 0 | 0.46 | 0 | 86.67 | 1 | 0.77 |
| Hex | CB | FF | 8A | 14 | 0 | 2E | 0 | 57 | 64 | 4D |
| Octal | 313 | 377 | 212 | 24 | 0 | 56 | 0 | 127 | 144 | 115 |
| Binary | 11001011 | 11111111 | 10001010 | 10100 | 0 | 101110 | 0 | 1010111 | 1100100 | 1001101 |
Color Harmonies of #CBFF8A
Complementary color
Monochromatic Colors of #CBFF8A
Black with #CBFF8A
Text Example
Text Example
White with #CBFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF8A; }
p { color: rgb(203,255,138); }
H1.HeaderClassName
{
color: #CBFF8A;
}
.AnyTagClassName
{
color: #CBFF8A;
}
</style>
background-color css
<style>
a { background-color: #CBFF8A; }
a { background-color: rgb(203,255,138); }
div.DivClassName
{
background-color: #CBFF8A;
}
.BgClassName
{
background-color: #CBFF8A;
}
</style>
border-color css
<style>
span { border-color: #CBFF8A; }
span { border-color: rgb(203,255,138); }
td.TdClassName
{
border-color: #CBFF8A;
}
.TagClassName
{
border-color: #CBFF8A;
}
</style>