Shades of Sulu #C8FF6F
Tints of Sulu #C8FF6F
RGB
CMYK
RGB Variations
Color information
#C8FF6F (or 0xC8FF6F) is known color: Sulu. HEX triplet: C8, FF and 6F. RGB value is (200,255,111). Sum of RGB (Red+Green+Blue) = 200+255+111=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF6F is #370090. Grayscale: #DEDEDE. Windows color (decimal): -3604625 or 7339976. OLE color: 7339976.
HSL color Cylindrical-coordinate representation of color #C8FF6F: hue angle of 82.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8FF6F is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 111 | - |
| CMYK | 0.22 | 0 | 0.56 | 0 |
| HSL | 82.92º | 1% | 0.72% | - |
| HSV(B) | 82.92º | 0.56% | 1% | - |
| XYZ | 62.45 | 84.95 | 28.14 | - |
| YUV | 222.14 | 65.28 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 111 | 0.22 | 0 | 0.56 | 0 | 82.92 | 1 | 0.72 |
| Hex | C8 | FF | 6F | 16 | 0 | 38 | 0 | 53 | 64 | 48 |
| Octal | 310 | 377 | 157 | 26 | 0 | 70 | 0 | 123 | 144 | 110 |
| Binary | 11001000 | 11111111 | 1101111 | 10110 | 0 | 111000 | 0 | 1010011 | 1100100 | 1001000 |
Color Harmonies of #C8FF6F
Complementary color
Monochromatic Colors of #C8FF6F
Black with #C8FF6F
Text Example
Text Example
White with #C8FF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF6F; }
p { color: rgb(200,255,111); }
H1.HeaderClassName
{
color: #C8FF6F;
}
.AnyTagClassName
{
color: #C8FF6F;
}
</style>
background-color css
<style>
a { background-color: #C8FF6F; }
a { background-color: rgb(200,255,111); }
div.DivClassName
{
background-color: #C8FF6F;
}
.BgClassName
{
background-color: #C8FF6F;
}
</style>
border-color css
<style>
span { border-color: #C8FF6F; }
span { border-color: rgb(200,255,111); }
td.TdClassName
{
border-color: #C8FF6F;
}
.TagClassName
{
border-color: #C8FF6F;
}
</style>