Shades of Sulu #CBF378
Tints of Sulu #CBF378
RGB
CMYK
RGB Variations
Color information
#CBF378 (or 0xCBF378) is known color: Sulu. HEX triplet: CB, F3 and 78. RGB value is (203,243,120). Sum of RGB (Red+Green+Blue) = 203+243+120=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF378 is #340C87. Grayscale: #D9D9D9. Windows color (decimal): -3411080 or 7926731. OLE color: 7926731.
HSL color Cylindrical-coordinate representation of color #CBF378: hue angle of 79.51º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBF378 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 120 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.05 |
| HSL | 79.51º | 0.84% | 0.71% | - |
| HSV(B) | 79.51º | 0.51% | 0.95% | - |
| XYZ | 60.07 | 78.15 | 29.69 | - |
| YUV | 217.02 | 73.25 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 120 | 0.16 | 0 | 0.51 | 0.05 | 79.51 | 0.84 | 0.71 |
| Hex | CB | F3 | 78 | 10 | 0 | 33 | 5 | 50 | 54 | 47 |
| Octal | 313 | 363 | 170 | 20 | 0 | 63 | 5 | 120 | 124 | 107 |
| Binary | 11001011 | 11110011 | 1111000 | 10000 | 0 | 110011 | 101 | 1010000 | 1010100 | 1000111 |
Color Harmonies of #CBF378
Complementary color
Monochromatic Colors of #CBF378
Black with #CBF378
Text Example
Text Example
White with #CBF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF378; }
p { color: rgb(203,243,120); }
H1.HeaderClassName
{
color: #CBF378;
}
.AnyTagClassName
{
color: #CBF378;
}
</style>
background-color css
<style>
a { background-color: #CBF378; }
a { background-color: rgb(203,243,120); }
div.DivClassName
{
background-color: #CBF378;
}
.BgClassName
{
background-color: #CBF378;
}
</style>
border-color css
<style>
span { border-color: #CBF378; }
span { border-color: rgb(203,243,120); }
td.TdClassName
{
border-color: #CBF378;
}
.TagClassName
{
border-color: #CBF378;
}
</style>