Shades of Sulu #C8FC7B
Tints of Sulu #C8FC7B
RGB
CMYK
RGB Variations
Color information
#C8FC7B (or 0xC8FC7B) is known color: Sulu. HEX triplet: C8, FC and 7B. RGB value is (200,252,123). Sum of RGB (Red+Green+Blue) = 200+252+123=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC7B is #370384. Grayscale: #DEDEDE. Windows color (decimal): -3605381 or 8125640. OLE color: 8125640.
HSL color Cylindrical-coordinate representation of color #C8FC7B: hue angle of 84.19º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8FC7B is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 123 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.01 |
| HSL | 84.19º | 0.96% | 0.74% | - |
| HSV(B) | 84.19º | 0.51% | 0.99% | - |
| XYZ | 62.2 | 83.33 | 31.54 | - |
| YUV | 221.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 123 | 0.21 | 0 | 0.51 | 0.01 | 84.19 | 0.96 | 0.74 |
| Hex | C8 | FC | 7B | 15 | 0 | 33 | 1 | 54 | 60 | 4A |
| Octal | 310 | 374 | 173 | 25 | 0 | 63 | 1 | 124 | 140 | 112 |
| Binary | 11001000 | 11111100 | 1111011 | 10101 | 0 | 110011 | 1 | 1010100 | 1100000 | 1001010 |
Color Harmonies of #C8FC7B
Complementary color
Monochromatic Colors of #C8FC7B
Black with #C8FC7B
Text Example
Text Example
White with #C8FC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC7B; }
p { color: rgb(200,252,123); }
H1.HeaderClassName
{
color: #C8FC7B;
}
.AnyTagClassName
{
color: #C8FC7B;
}
</style>
background-color css
<style>
a { background-color: #C8FC7B; }
a { background-color: rgb(200,252,123); }
div.DivClassName
{
background-color: #C8FC7B;
}
.BgClassName
{
background-color: #C8FC7B;
}
</style>
border-color css
<style>
span { border-color: #C8FC7B; }
span { border-color: rgb(200,252,123); }
td.TdClassName
{
border-color: #C8FC7B;
}
.TagClassName
{
border-color: #C8FC7B;
}
</style>