Shades of Sulu #CBF58D
Tints of Sulu #CBF58D
RGB
CMYK
RGB Variations
Color information
#CBF58D (or 0xCBF58D) is known color: Sulu. HEX triplet: CB, F5 and 8D. RGB value is (203,245,141). Sum of RGB (Red+Green+Blue) = 203+245+141=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF58D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF58D is #340A72. Grayscale: #DCDCDC. Windows color (decimal): -3410547 or 9303499. OLE color: 9303499.
HSL color Cylindrical-coordinate representation of color #CBF58D: hue angle of 84.23º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBF58D is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 141 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.04 |
| HSL | 84.23º | 0.84% | 0.76% | - |
| HSV(B) | 84.23º | 0.42% | 0.96% | - |
| XYZ | 62.09 | 79.92 | 37.35 | - |
| YUV | 220.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 141 | 0.17 | 0 | 0.42 | 0.04 | 84.23 | 0.84 | 0.76 |
| Hex | CB | F5 | 8D | 11 | 0 | 2A | 4 | 54 | 54 | 4C |
| Octal | 313 | 365 | 215 | 21 | 0 | 52 | 4 | 124 | 124 | 114 |
| Binary | 11001011 | 11110101 | 10001101 | 10001 | 0 | 101010 | 100 | 1010100 | 1010100 | 1001100 |
Color Harmonies of #CBF58D
Complementary color
Monochromatic Colors of #CBF58D
Black with #CBF58D
Text Example
Text Example
White with #CBF58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF58D; }
p { color: rgb(203,245,141); }
H1.HeaderClassName
{
color: #CBF58D;
}
.AnyTagClassName
{
color: #CBF58D;
}
</style>
background-color css
<style>
a { background-color: #CBF58D; }
a { background-color: rgb(203,245,141); }
div.DivClassName
{
background-color: #CBF58D;
}
.BgClassName
{
background-color: #CBF58D;
}
</style>
border-color css
<style>
span { border-color: #CBF58D; }
span { border-color: rgb(203,245,141); }
td.TdClassName
{
border-color: #CBF58D;
}
.TagClassName
{
border-color: #CBF58D;
}
</style>