Shades of Sulu #CBF172
Tints of Sulu #CBF172
RGB
CMYK
RGB Variations
Color information
#CBF172 (or 0xCBF172) is known color: Sulu. HEX triplet: CB, F1 and 72. RGB value is (203,241,114). Sum of RGB (Red+Green+Blue) = 203+241+114=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF172 is #340E8D. Grayscale: #D7D7D7. Windows color (decimal): -3411598 or 7533003. OLE color: 7533003.
HSL color Cylindrical-coordinate representation of color #CBF172: hue angle of 77.95º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBF172 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 114 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.05 |
| HSL | 77.95º | 0.82% | 0.7% | - |
| HSV(B) | 77.95º | 0.53% | 0.95% | - |
| XYZ | 59.12 | 76.82 | 27.63 | - |
| YUV | 215.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 114 | 0.16 | 0 | 0.53 | 0.05 | 77.95 | 0.82 | 0.7 |
| Hex | CB | F1 | 72 | 10 | 0 | 35 | 5 | 4E | 52 | 46 |
| Octal | 313 | 361 | 162 | 20 | 0 | 65 | 5 | 116 | 122 | 106 |
| Binary | 11001011 | 11110001 | 1110010 | 10000 | 0 | 110101 | 101 | 1001110 | 1010010 | 1000110 |
Color Harmonies of #CBF172
Complementary color
Monochromatic Colors of #CBF172
Black with #CBF172
Text Example
Text Example
White with #CBF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF172; }
p { color: rgb(203,241,114); }
H1.HeaderClassName
{
color: #CBF172;
}
.AnyTagClassName
{
color: #CBF172;
}
</style>
background-color css
<style>
a { background-color: #CBF172; }
a { background-color: rgb(203,241,114); }
div.DivClassName
{
background-color: #CBF172;
}
.BgClassName
{
background-color: #CBF172;
}
</style>
border-color css
<style>
span { border-color: #CBF172; }
span { border-color: rgb(203,241,114); }
td.TdClassName
{
border-color: #CBF172;
}
.TagClassName
{
border-color: #CBF172;
}
</style>