Shades of Sulu #C8F18F
Tints of Sulu #C8F18F
RGB
CMYK
RGB Variations
Color information
#C8F18F (or 0xC8F18F) is known color: Sulu. HEX triplet: C8, F1 and 8F. RGB value is (200,241,143). Sum of RGB (Red+Green+Blue) = 200+241+143=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F18F is #370E70. Grayscale: #D9D9D9. Windows color (decimal): -3608177 or 9433544. OLE color: 9433544.
HSL color Cylindrical-coordinate representation of color #C8F18F: hue angle of 85.1º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8F18F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 143 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.05 |
| HSL | 85.1º | 0.78% | 0.75% | - |
| HSV(B) | 85.1º | 0.41% | 0.95% | - |
| XYZ | 60.23 | 77.17 | 37.71 | - |
| YUV | 217.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 143 | 0.17 | 0 | 0.41 | 0.05 | 85.1 | 0.78 | 0.75 |
| Hex | C8 | F1 | 8F | 11 | 0 | 29 | 5 | 55 | 4E | 4B |
| Octal | 310 | 361 | 217 | 21 | 0 | 51 | 5 | 125 | 116 | 113 |
| Binary | 11001000 | 11110001 | 10001111 | 10001 | 0 | 101001 | 101 | 1010101 | 1001110 | 1001011 |
Color Harmonies of #C8F18F
Complementary color
Monochromatic Colors of #C8F18F
Black with #C8F18F
Text Example
Text Example
White with #C8F18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F18F; }
p { color: rgb(200,241,143); }
H1.HeaderClassName
{
color: #C8F18F;
}
.AnyTagClassName
{
color: #C8F18F;
}
</style>
background-color css
<style>
a { background-color: #C8F18F; }
a { background-color: rgb(200,241,143); }
div.DivClassName
{
background-color: #C8F18F;
}
.BgClassName
{
background-color: #C8F18F;
}
</style>
border-color css
<style>
span { border-color: #C8F18F; }
span { border-color: rgb(200,241,143); }
td.TdClassName
{
border-color: #C8F18F;
}
.TagClassName
{
border-color: #C8F18F;
}
</style>