Shades of Sulu #C8FF8C
Tints of Sulu #C8FF8C
RGB
CMYK
RGB Variations
Color information
#C8FF8C (or 0xC8FF8C) is known color: Sulu. HEX triplet: C8, FF and 8C. RGB value is (200,255,140). Sum of RGB (Red+Green+Blue) = 200+255+140=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FF8C is #370073. Grayscale: #E1E1E1. Windows color (decimal): -3604596 or 9240520. OLE color: 9240520.
HSL color Cylindrical-coordinate representation of color #C8FF8C: hue angle of 88.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8FF8C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 140 | - |
| CMYK | 0.22 | 0 | 0.45 | 0 |
| HSL | 88.7º | 1% | 0.77% | - |
| HSV(B) | 88.7º | 0.45% | 1% | - |
| XYZ | 64.31 | 85.69 | 37.96 | - |
| YUV | 225.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 140 | 0.22 | 0 | 0.45 | 0 | 88.7 | 1 | 0.77 |
| Hex | C8 | FF | 8C | 16 | 0 | 2D | 0 | 59 | 64 | 4D |
| Octal | 310 | 377 | 214 | 26 | 0 | 55 | 0 | 131 | 144 | 115 |
| Binary | 11001000 | 11111111 | 10001100 | 10110 | 0 | 101101 | 0 | 1011001 | 1100100 | 1001101 |
Color Harmonies of #C8FF8C
Complementary color
Monochromatic Colors of #C8FF8C
Black with #C8FF8C
Text Example
Text Example
White with #C8FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF8C; }
p { color: rgb(200,255,140); }
H1.HeaderClassName
{
color: #C8FF8C;
}
.AnyTagClassName
{
color: #C8FF8C;
}
</style>
background-color css
<style>
a { background-color: #C8FF8C; }
a { background-color: rgb(200,255,140); }
div.DivClassName
{
background-color: #C8FF8C;
}
.BgClassName
{
background-color: #C8FF8C;
}
</style>
border-color css
<style>
span { border-color: #C8FF8C; }
span { border-color: rgb(200,255,140); }
td.TdClassName
{
border-color: #C8FF8C;
}
.TagClassName
{
border-color: #C8FF8C;
}
</style>