Shades of Sulu #C8FA68
Tints of Sulu #C8FA68
RGB
CMYK
RGB Variations
Color information
#C8FA68 (or 0xC8FA68) is known color: Sulu. HEX triplet: C8, FA and 68. RGB value is (200,250,104). Sum of RGB (Red+Green+Blue) = 200+250+104=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA68 is #370597. Grayscale: #DADADA. Windows color (decimal): -3605912 or 6879944. OLE color: 6879944.
HSL color Cylindrical-coordinate representation of color #C8FA68: hue angle of 80.55º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8FA68 is Cyan = 0.2, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 104 | - |
| CMYK | 0.2 | 0 | 0.58 | 0.02 |
| HSL | 80.55º | 0.94% | 0.69% | - |
| HSV(B) | 80.55º | 0.58% | 0.98% | - |
| XYZ | 60.5 | 81.65 | 25.67 | - |
| YUV | 218.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 104 | 0.2 | 0 | 0.58 | 0.02 | 80.55 | 0.94 | 0.69 |
| Hex | C8 | FA | 68 | 14 | 0 | 3A | 2 | 51 | 5E | 45 |
| Octal | 310 | 372 | 150 | 24 | 0 | 72 | 2 | 121 | 136 | 105 |
| Binary | 11001000 | 11111010 | 1101000 | 10100 | 0 | 111010 | 10 | 1010001 | 1011110 | 1000101 |
Color Harmonies of #C8FA68
Complementary color
Monochromatic Colors of #C8FA68
Black with #C8FA68
Text Example
Text Example
White with #C8FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA68; }
p { color: rgb(200,250,104); }
H1.HeaderClassName
{
color: #C8FA68;
}
.AnyTagClassName
{
color: #C8FA68;
}
</style>
background-color css
<style>
a { background-color: #C8FA68; }
a { background-color: rgb(200,250,104); }
div.DivClassName
{
background-color: #C8FA68;
}
.BgClassName
{
background-color: #C8FA68;
}
</style>
border-color css
<style>
span { border-color: #C8FA68; }
span { border-color: rgb(200,250,104); }
td.TdClassName
{
border-color: #C8FA68;
}
.TagClassName
{
border-color: #C8FA68;
}
</style>