Shades of Sulu #C8FD73
Tints of Sulu #C8FD73
RGB
CMYK
RGB Variations
Color information
#C8FD73 (or 0xC8FD73) is known color: Sulu. HEX triplet: C8, FD and 73. RGB value is (200,253,115). Sum of RGB (Red+Green+Blue) = 200+253+115=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD73 is #37028C. Grayscale: #DDDDDD. Windows color (decimal): -3605133 or 7601608. OLE color: 7601608.
HSL color Cylindrical-coordinate representation of color #C8FD73: hue angle of 83.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8FD73 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 115 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.01 |
| HSL | 83.04º | 0.97% | 0.72% | - |
| HSV(B) | 83.04º | 0.55% | 0.99% | - |
| XYZ | 62.04 | 83.77 | 29.12 | - |
| YUV | 221.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 115 | 0.21 | 0 | 0.55 | 0.01 | 83.04 | 0.97 | 0.72 |
| Hex | C8 | FD | 73 | 15 | 0 | 37 | 1 | 53 | 61 | 48 |
| Octal | 310 | 375 | 163 | 25 | 0 | 67 | 1 | 123 | 141 | 110 |
| Binary | 11001000 | 11111101 | 1110011 | 10101 | 0 | 110111 | 1 | 1010011 | 1100001 | 1001000 |
Color Harmonies of #C8FD73
Complementary color
Monochromatic Colors of #C8FD73
Black with #C8FD73
Text Example
Text Example
White with #C8FD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD73; }
p { color: rgb(200,253,115); }
H1.HeaderClassName
{
color: #C8FD73;
}
.AnyTagClassName
{
color: #C8FD73;
}
</style>
background-color css
<style>
a { background-color: #C8FD73; }
a { background-color: rgb(200,253,115); }
div.DivClassName
{
background-color: #C8FD73;
}
.BgClassName
{
background-color: #C8FD73;
}
</style>
border-color css
<style>
span { border-color: #C8FD73; }
span { border-color: rgb(200,253,115); }
td.TdClassName
{
border-color: #C8FD73;
}
.TagClassName
{
border-color: #C8FD73;
}
</style>