Shades of Sulu #C8FA69
Tints of Sulu #C8FA69
RGB
CMYK
RGB Variations
Color information
#C8FA69 (or 0xC8FA69) is known color: Sulu. HEX triplet: C8, FA and 69. RGB value is (200,250,105). Sum of RGB (Red+Green+Blue) = 200+250+105=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA69 is #370596. Grayscale: #DBDBDB. Windows color (decimal): -3605911 or 6945480. OLE color: 6945480.
HSL color Cylindrical-coordinate representation of color #C8FA69: hue angle of 80.69º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8FA69 is Cyan = 0.2, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 105 | - |
| CMYK | 0.2 | 0 | 0.58 | 0.02 |
| HSL | 80.69º | 0.94% | 0.7% | - |
| HSV(B) | 80.69º | 0.58% | 0.98% | - |
| XYZ | 60.55 | 81.67 | 25.94 | - |
| YUV | 218.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 105 | 0.2 | 0 | 0.58 | 0.02 | 80.69 | 0.94 | 0.7 |
| Hex | C8 | FA | 69 | 14 | 0 | 3A | 2 | 51 | 5E | 46 |
| Octal | 310 | 372 | 151 | 24 | 0 | 72 | 2 | 121 | 136 | 106 |
| Binary | 11001000 | 11111010 | 1101001 | 10100 | 0 | 111010 | 10 | 1010001 | 1011110 | 1000110 |
Color Harmonies of #C8FA69
Complementary color
Monochromatic Colors of #C8FA69
Black with #C8FA69
Text Example
Text Example
White with #C8FA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA69; }
p { color: rgb(200,250,105); }
H1.HeaderClassName
{
color: #C8FA69;
}
.AnyTagClassName
{
color: #C8FA69;
}
</style>
background-color css
<style>
a { background-color: #C8FA69; }
a { background-color: rgb(200,250,105); }
div.DivClassName
{
background-color: #C8FA69;
}
.BgClassName
{
background-color: #C8FA69;
}
</style>
border-color css
<style>
span { border-color: #C8FA69; }
span { border-color: rgb(200,250,105); }
td.TdClassName
{
border-color: #C8FA69;
}
.TagClassName
{
border-color: #C8FA69;
}
</style>