Shades of Sulu #C6F87B
Tints of Sulu #C6F87B
RGB
CMYK
RGB Variations
Color information
#C6F87B (or 0xC6F87B) is known color: Sulu. HEX triplet: C6, F8 and 7B. RGB value is (198,248,123). Sum of RGB (Red+Green+Blue) = 198+248+123=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F87B is #390784. Grayscale: #DBDBDB. Windows color (decimal): -3737477 or 8124614. OLE color: 8124614.
HSL color Cylindrical-coordinate representation of color #C6F87B: hue angle of 84º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6F87B is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 123 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.03 |
| HSL | 84º | 0.9% | 0.73% | - |
| HSV(B) | 84º | 0.5% | 0.97% | - |
| XYZ | 60.43 | 80.57 | 31.11 | - |
| YUV | 218.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 123 | 0.20 | 0 | 0.50 | 0.03 | 84 | 0.9 | 0.73 |
| Hex | C6 | F8 | 7B | 14 | 0 | 32 | 3 | 54 | 5A | 49 |
| Octal | 306 | 370 | 173 | 24 | 0 | 62 | 3 | 124 | 132 | 111 |
| Binary | 11000110 | 11111000 | 1111011 | 10100 | 0 | 110010 | 11 | 1010100 | 1011010 | 1001001 |
Color Harmonies of #C6F87B
Complementary color
Monochromatic Colors of #C6F87B
Black with #C6F87B
Text Example
Text Example
White with #C6F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F87B; }
p { color: rgb(198,248,123); }
H1.HeaderClassName
{
color: #C6F87B;
}
.AnyTagClassName
{
color: #C6F87B;
}
</style>
background-color css
<style>
a { background-color: #C6F87B; }
a { background-color: rgb(198,248,123); }
div.DivClassName
{
background-color: #C6F87B;
}
.BgClassName
{
background-color: #C6F87B;
}
</style>
border-color css
<style>
span { border-color: #C6F87B; }
span { border-color: rgb(198,248,123); }
td.TdClassName
{
border-color: #C6F87B;
}
.TagClassName
{
border-color: #C6F87B;
}
</style>