Shades of Sulu #C8F667
Tints of Sulu #C8F667
RGB
CMYK
RGB Variations
Color information
#C8F667 (or 0xC8F667) is known color: Sulu. HEX triplet: C8, F6 and 67. RGB value is (200,246,103). Sum of RGB (Red+Green+Blue) = 200+246+103=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F667 is #370998. Grayscale: #D8D8D8. Windows color (decimal): -3606937 or 6813384. OLE color: 6813384.
HSL color Cylindrical-coordinate representation of color #C8F667: hue angle of 79.3º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8F667 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 103 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.04 |
| HSL | 79.3º | 0.89% | 0.68% | - |
| HSV(B) | 79.3º | 0.58% | 0.96% | - |
| XYZ | 59.22 | 79.17 | 24.99 | - |
| YUV | 215.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 103 | 0.19 | 0 | 0.58 | 0.04 | 79.3 | 0.89 | 0.68 |
| Hex | C8 | F6 | 67 | 13 | 0 | 3A | 4 | 4F | 59 | 44 |
| Octal | 310 | 366 | 147 | 23 | 0 | 72 | 4 | 117 | 131 | 104 |
| Binary | 11001000 | 11110110 | 1100111 | 10011 | 0 | 111010 | 100 | 1001111 | 1011001 | 1000100 |
Color Harmonies of #C8F667
Complementary color
Monochromatic Colors of #C8F667
Black with #C8F667
Text Example
Text Example
White with #C8F667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F667; }
p { color: rgb(200,246,103); }
H1.HeaderClassName
{
color: #C8F667;
}
.AnyTagClassName
{
color: #C8F667;
}
</style>
background-color css
<style>
a { background-color: #C8F667; }
a { background-color: rgb(200,246,103); }
div.DivClassName
{
background-color: #C8F667;
}
.BgClassName
{
background-color: #C8F667;
}
</style>
border-color css
<style>
span { border-color: #C8F667; }
span { border-color: rgb(200,246,103); }
td.TdClassName
{
border-color: #C8F667;
}
.TagClassName
{
border-color: #C8F667;
}
</style>