Shades of Sulu #CBF37B
Tints of Sulu #CBF37B
RGB
CMYK
RGB Variations
Color information
#CBF37B (or 0xCBF37B) is known color: Sulu. HEX triplet: CB, F3 and 7B. RGB value is (203,243,123). Sum of RGB (Red+Green+Blue) = 203+243+123=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF37B is #340C84. Grayscale: #D9D9D9. Windows color (decimal): -3411077 or 8123339. OLE color: 8123339.
HSL color Cylindrical-coordinate representation of color #CBF37B: hue angle of 80º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBF37B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 123 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.05 |
| HSL | 80º | 0.83% | 0.72% | - |
| HSV(B) | 80º | 0.49% | 0.95% | - |
| XYZ | 60.25 | 78.23 | 30.66 | - |
| YUV | 217.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 123 | 0.16 | 0 | 0.49 | 0.05 | 80 | 0.83 | 0.72 |
| Hex | CB | F3 | 7B | 10 | 0 | 31 | 5 | 50 | 53 | 48 |
| Octal | 313 | 363 | 173 | 20 | 0 | 61 | 5 | 120 | 123 | 110 |
| Binary | 11001011 | 11110011 | 1111011 | 10000 | 0 | 110001 | 101 | 1010000 | 1010011 | 1001000 |
Color Harmonies of #CBF37B
Complementary color
Monochromatic Colors of #CBF37B
Black with #CBF37B
Text Example
Text Example
White with #CBF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF37B; }
p { color: rgb(203,243,123); }
H1.HeaderClassName
{
color: #CBF37B;
}
.AnyTagClassName
{
color: #CBF37B;
}
</style>
background-color css
<style>
a { background-color: #CBF37B; }
a { background-color: rgb(203,243,123); }
div.DivClassName
{
background-color: #CBF37B;
}
.BgClassName
{
background-color: #CBF37B;
}
</style>
border-color css
<style>
span { border-color: #CBF37B; }
span { border-color: rgb(203,243,123); }
td.TdClassName
{
border-color: #CBF37B;
}
.TagClassName
{
border-color: #CBF37B;
}
</style>