Shades of Sulu #C8FF6E
Tints of Sulu #C8FF6E
RGB
CMYK
RGB Variations
Color information
#C8FF6E (or 0xC8FF6E) is known color: Sulu. HEX triplet: C8, FF and 6E. RGB value is (200,255,110). Sum of RGB (Red+Green+Blue) = 200+255+110=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF6E is #370091. Grayscale: #DEDEDE. Windows color (decimal): -3604626 or 7274440. OLE color: 7274440.
HSL color Cylindrical-coordinate representation of color #C8FF6E: hue angle of 82.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8FF6E is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 110 | - |
| CMYK | 0.22 | 0 | 0.57 | 0 |
| HSL | 82.76º | 1% | 0.72% | - |
| HSV(B) | 82.76º | 0.57% | 1% | - |
| XYZ | 62.39 | 84.93 | 27.86 | - |
| YUV | 222.03 | 64.78 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 110 | 0.22 | 0 | 0.57 | 0 | 82.76 | 1 | 0.72 |
| Hex | C8 | FF | 6E | 16 | 0 | 39 | 0 | 53 | 64 | 48 |
| Octal | 310 | 377 | 156 | 26 | 0 | 71 | 0 | 123 | 144 | 110 |
| Binary | 11001000 | 11111111 | 1101110 | 10110 | 0 | 111001 | 0 | 1010011 | 1100100 | 1001000 |
Color Harmonies of #C8FF6E
Complementary color
Monochromatic Colors of #C8FF6E
Black with #C8FF6E
Text Example
Text Example
White with #C8FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF6E; }
p { color: rgb(200,255,110); }
H1.HeaderClassName
{
color: #C8FF6E;
}
.AnyTagClassName
{
color: #C8FF6E;
}
</style>
background-color css
<style>
a { background-color: #C8FF6E; }
a { background-color: rgb(200,255,110); }
div.DivClassName
{
background-color: #C8FF6E;
}
.BgClassName
{
background-color: #C8FF6E;
}
</style>
border-color css
<style>
span { border-color: #C8FF6E; }
span { border-color: rgb(200,255,110); }
td.TdClassName
{
border-color: #C8FF6E;
}
.TagClassName
{
border-color: #C8FF6E;
}
</style>