Shades of Sulu #CBF08D
Tints of Sulu #CBF08D
RGB
CMYK
RGB Variations
Color information
#CBF08D (or 0xCBF08D) is known color: Sulu. HEX triplet: CB, F0 and 8D. RGB value is (203,240,141). Sum of RGB (Red+Green+Blue) = 203+240+141=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF08D is #340F72. Grayscale: #DADADA. Windows color (decimal): -3411827 or 9302219. OLE color: 9302219.
HSL color Cylindrical-coordinate representation of color #CBF08D: hue angle of 82.42º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBF08D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 141 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.06 |
| HSL | 82.42º | 0.77% | 0.75% | - |
| HSV(B) | 82.42º | 0.41% | 0.94% | - |
| XYZ | 60.6 | 76.94 | 36.86 | - |
| YUV | 217.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 141 | 0.15 | 0 | 0.41 | 0.06 | 82.42 | 0.77 | 0.75 |
| Hex | CB | F0 | 8D | F | 0 | 29 | 6 | 52 | 4D | 4B |
| Octal | 313 | 360 | 215 | 17 | 0 | 51 | 6 | 122 | 115 | 113 |
| Binary | 11001011 | 11110000 | 10001101 | 1111 | 0 | 101001 | 110 | 1010010 | 1001101 | 1001011 |
Color Harmonies of #CBF08D
Complementary color
Monochromatic Colors of #CBF08D
Black with #CBF08D
Text Example
Text Example
White with #CBF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF08D; }
p { color: rgb(203,240,141); }
H1.HeaderClassName
{
color: #CBF08D;
}
.AnyTagClassName
{
color: #CBF08D;
}
</style>
background-color css
<style>
a { background-color: #CBF08D; }
a { background-color: rgb(203,240,141); }
div.DivClassName
{
background-color: #CBF08D;
}
.BgClassName
{
background-color: #CBF08D;
}
</style>
border-color css
<style>
span { border-color: #CBF08D; }
span { border-color: rgb(203,240,141); }
td.TdClassName
{
border-color: #CBF08D;
}
.TagClassName
{
border-color: #CBF08D;
}
</style>