Shades of Sulu #C8F674
Tints of Sulu #C8F674
RGB
CMYK
RGB Variations
Color information
#C8F674 (or 0xC8F674) is known color: Sulu. HEX triplet: C8, F6 and 74. RGB value is (200,246,116). Sum of RGB (Red+Green+Blue) = 200+246+116=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F674 is #37098B. Grayscale: #D9D9D9. Windows color (decimal): -3606924 or 7665352. OLE color: 7665352.
HSL color Cylindrical-coordinate representation of color #C8F674: hue angle of 81.23º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8F674 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 116 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.04 |
| HSL | 81.23º | 0.88% | 0.71% | - |
| HSV(B) | 81.23º | 0.53% | 0.96% | - |
| XYZ | 59.93 | 79.45 | 28.7 | - |
| YUV | 217.43 | 70.76 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 116 | 0.19 | 0 | 0.53 | 0.04 | 81.23 | 0.88 | 0.71 |
| Hex | C8 | F6 | 74 | 13 | 0 | 35 | 4 | 51 | 58 | 47 |
| Octal | 310 | 366 | 164 | 23 | 0 | 65 | 4 | 121 | 130 | 107 |
| Binary | 11001000 | 11110110 | 1110100 | 10011 | 0 | 110101 | 100 | 1010001 | 1011000 | 1000111 |
Color Harmonies of #C8F674
Complementary color
Monochromatic Colors of #C8F674
Black with #C8F674
Text Example
Text Example
White with #C8F674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F674; }
p { color: rgb(200,246,116); }
H1.HeaderClassName
{
color: #C8F674;
}
.AnyTagClassName
{
color: #C8F674;
}
</style>
background-color css
<style>
a { background-color: #C8F674; }
a { background-color: rgb(200,246,116); }
div.DivClassName
{
background-color: #C8F674;
}
.BgClassName
{
background-color: #C8F674;
}
</style>
border-color css
<style>
span { border-color: #C8F674; }
span { border-color: rgb(200,246,116); }
td.TdClassName
{
border-color: #C8F674;
}
.TagClassName
{
border-color: #C8F674;
}
</style>