Shades of Sulu #C8FA7B
Tints of Sulu #C8FA7B
RGB
CMYK
RGB Variations
Color information
#C8FA7B (or 0xC8FA7B) is known color: Sulu. HEX triplet: C8, FA and 7B. RGB value is (200,250,123). Sum of RGB (Red+Green+Blue) = 200+250+123=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA7B is #370584. Grayscale: #DDDDDD. Windows color (decimal): -3605893 or 8125128. OLE color: 8125128.
HSL color Cylindrical-coordinate representation of color #C8FA7B: hue angle of 83.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8FA7B is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 123 | - |
| CMYK | 0.2 | 0 | 0.51 | 0.02 |
| HSL | 83.62º | 0.93% | 0.73% | - |
| HSV(B) | 83.62º | 0.51% | 0.98% | - |
| XYZ | 61.58 | 82.08 | 31.34 | - |
| YUV | 220.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 123 | 0.2 | 0 | 0.51 | 0.02 | 83.62 | 0.93 | 0.73 |
| Hex | C8 | FA | 7B | 14 | 0 | 33 | 2 | 54 | 5D | 49 |
| Octal | 310 | 372 | 173 | 24 | 0 | 63 | 2 | 124 | 135 | 111 |
| Binary | 11001000 | 11111010 | 1111011 | 10100 | 0 | 110011 | 10 | 1010100 | 1011101 | 1001001 |
Color Harmonies of #C8FA7B
Complementary color
Monochromatic Colors of #C8FA7B
Black with #C8FA7B
Text Example
Text Example
White with #C8FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA7B; }
p { color: rgb(200,250,123); }
H1.HeaderClassName
{
color: #C8FA7B;
}
.AnyTagClassName
{
color: #C8FA7B;
}
</style>
background-color css
<style>
a { background-color: #C8FA7B; }
a { background-color: rgb(200,250,123); }
div.DivClassName
{
background-color: #C8FA7B;
}
.BgClassName
{
background-color: #C8FA7B;
}
</style>
border-color css
<style>
span { border-color: #C8FA7B; }
span { border-color: rgb(200,250,123); }
td.TdClassName
{
border-color: #C8FA7B;
}
.TagClassName
{
border-color: #C8FA7B;
}
</style>