Shades of Sulu #C8FF6C
Tints of Sulu #C8FF6C
RGB
CMYK
RGB Variations
Color information
#C8FF6C (or 0xC8FF6C) is known color: Sulu. HEX triplet: C8, FF and 6C. RGB value is (200,255,108). Sum of RGB (Red+Green+Blue) = 200+255+108=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF6C is #370093. Grayscale: #DEDEDE. Windows color (decimal): -3604628 or 7143368. OLE color: 7143368.
HSL color Cylindrical-coordinate representation of color #C8FF6C: hue angle of 82.45º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8FF6C is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 108 | - |
| CMYK | 0.22 | 0 | 0.58 | 0 |
| HSL | 82.45º | 1% | 0.71% | - |
| HSV(B) | 82.45º | 0.58% | 1% | - |
| XYZ | 62.29 | 84.88 | 27.29 | - |
| YUV | 221.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 108 | 0.22 | 0 | 0.58 | 0 | 82.45 | 1 | 0.71 |
| Hex | C8 | FF | 6C | 16 | 0 | 3A | 0 | 52 | 64 | 47 |
| Octal | 310 | 377 | 154 | 26 | 0 | 72 | 0 | 122 | 144 | 107 |
| Binary | 11001000 | 11111111 | 1101100 | 10110 | 0 | 111010 | 0 | 1010010 | 1100100 | 1000111 |
Color Harmonies of #C8FF6C
Complementary color
Monochromatic Colors of #C8FF6C
Black with #C8FF6C
Text Example
Text Example
White with #C8FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF6C; }
p { color: rgb(200,255,108); }
H1.HeaderClassName
{
color: #C8FF6C;
}
.AnyTagClassName
{
color: #C8FF6C;
}
</style>
background-color css
<style>
a { background-color: #C8FF6C; }
a { background-color: rgb(200,255,108); }
div.DivClassName
{
background-color: #C8FF6C;
}
.BgClassName
{
background-color: #C8FF6C;
}
</style>
border-color css
<style>
span { border-color: #C8FF6C; }
span { border-color: rgb(200,255,108); }
td.TdClassName
{
border-color: #C8FF6C;
}
.TagClassName
{
border-color: #C8FF6C;
}
</style>