Shades of Sulu #CBF182
Tints of Sulu #CBF182
RGB
CMYK
RGB Variations
Color information
#CBF182 (or 0xCBF182) is known color: Sulu. HEX triplet: CB, F1 and 82. RGB value is (203,241,130). Sum of RGB (Red+Green+Blue) = 203+241+130=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF182 is #340E7D. Grayscale: #D9D9D9. Windows color (decimal): -3411582 or 8581579. OLE color: 8581579.
HSL color Cylindrical-coordinate representation of color #CBF182: hue angle of 80.54º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBF182 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 130 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.05 |
| HSL | 80.54º | 0.8% | 0.73% | - |
| HSV(B) | 80.54º | 0.46% | 0.95% | - |
| XYZ | 60.11 | 77.22 | 32.86 | - |
| YUV | 216.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 130 | 0.16 | 0 | 0.46 | 0.05 | 80.54 | 0.8 | 0.73 |
| Hex | CB | F1 | 82 | 10 | 0 | 2E | 5 | 51 | 50 | 49 |
| Octal | 313 | 361 | 202 | 20 | 0 | 56 | 5 | 121 | 120 | 111 |
| Binary | 11001011 | 11110001 | 10000010 | 10000 | 0 | 101110 | 101 | 1010001 | 1010000 | 1001001 |
Color Harmonies of #CBF182
Complementary color
Monochromatic Colors of #CBF182
Black with #CBF182
Text Example
Text Example
White with #CBF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF182; }
p { color: rgb(203,241,130); }
H1.HeaderClassName
{
color: #CBF182;
}
.AnyTagClassName
{
color: #CBF182;
}
</style>
background-color css
<style>
a { background-color: #CBF182; }
a { background-color: rgb(203,241,130); }
div.DivClassName
{
background-color: #CBF182;
}
.BgClassName
{
background-color: #CBF182;
}
</style>
border-color css
<style>
span { border-color: #CBF182; }
span { border-color: rgb(203,241,130); }
td.TdClassName
{
border-color: #CBF182;
}
.TagClassName
{
border-color: #CBF182;
}
</style>