Shades of Sulu #CBFF6D
Tints of Sulu #CBFF6D
RGB
CMYK
RGB Variations
Color information
#CBFF6D (or 0xCBFF6D) is known color: Sulu. HEX triplet: CB, FF and 6D. RGB value is (203,255,109). Sum of RGB (Red+Green+Blue) = 203+255+109=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF6D is #340092. Grayscale: #DFDFDF. Windows color (decimal): -3408019 or 7208907. OLE color: 7208907.
HSL color Cylindrical-coordinate representation of color #CBFF6D: hue angle of 81.37º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBFF6D is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 109 | - |
| CMYK | 0.20 | 0 | 0.57 | 0 |
| HSL | 81.37º | 1% | 0.71% | - |
| HSV(B) | 81.37º | 0.57% | 1% | - |
| XYZ | 63.15 | 85.32 | 27.61 | - |
| YUV | 222.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 109 | 0.20 | 0 | 0.57 | 0 | 81.37 | 1 | 0.71 |
| Hex | CB | FF | 6D | 14 | 0 | 39 | 0 | 51 | 64 | 47 |
| Octal | 313 | 377 | 155 | 24 | 0 | 71 | 0 | 121 | 144 | 107 |
| Binary | 11001011 | 11111111 | 1101101 | 10100 | 0 | 111001 | 0 | 1010001 | 1100100 | 1000111 |
Color Harmonies of #CBFF6D
Complementary color
Monochromatic Colors of #CBFF6D
Black with #CBFF6D
Text Example
Text Example
White with #CBFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF6D; }
p { color: rgb(203,255,109); }
H1.HeaderClassName
{
color: #CBFF6D;
}
.AnyTagClassName
{
color: #CBFF6D;
}
</style>
background-color css
<style>
a { background-color: #CBFF6D; }
a { background-color: rgb(203,255,109); }
div.DivClassName
{
background-color: #CBFF6D;
}
.BgClassName
{
background-color: #CBFF6D;
}
</style>
border-color css
<style>
span { border-color: #CBFF6D; }
span { border-color: rgb(203,255,109); }
td.TdClassName
{
border-color: #CBFF6D;
}
.TagClassName
{
border-color: #CBFF6D;
}
</style>