Shades of Sulu #C8F569
Tints of Sulu #C8F569
RGB
CMYK
RGB Variations
Color information
#C8F569 (or 0xC8F569) is known color: Sulu. HEX triplet: C8, F5 and 69. RGB value is (200,245,105). Sum of RGB (Red+Green+Blue) = 200+245+105=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F569 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F569 is #370A96. Grayscale: #D8D8D8. Windows color (decimal): -3607191 or 6944200. OLE color: 6944200.
HSL color Cylindrical-coordinate representation of color #C8F569: hue angle of 79.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8F569 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 105 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.04 |
| HSL | 79.29º | 0.88% | 0.69% | - |
| HSV(B) | 79.29º | 0.57% | 0.96% | - |
| XYZ | 59.02 | 78.6 | 25.43 | - |
| YUV | 215.59 | 65.59 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 105 | 0.18 | 0 | 0.57 | 0.04 | 79.29 | 0.88 | 0.69 |
| Hex | C8 | F5 | 69 | 12 | 0 | 39 | 4 | 4F | 58 | 45 |
| Octal | 310 | 365 | 151 | 22 | 0 | 71 | 4 | 117 | 130 | 105 |
| Binary | 11001000 | 11110101 | 1101001 | 10010 | 0 | 111001 | 100 | 1001111 | 1011000 | 1000101 |
Color Harmonies of #C8F569
Complementary color
Monochromatic Colors of #C8F569
Black with #C8F569
Text Example
Text Example
White with #C8F569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F569; }
p { color: rgb(200,245,105); }
H1.HeaderClassName
{
color: #C8F569;
}
.AnyTagClassName
{
color: #C8F569;
}
</style>
background-color css
<style>
a { background-color: #C8F569; }
a { background-color: rgb(200,245,105); }
div.DivClassName
{
background-color: #C8F569;
}
.BgClassName
{
background-color: #C8F569;
}
</style>
border-color css
<style>
span { border-color: #C8F569; }
span { border-color: rgb(200,245,105); }
td.TdClassName
{
border-color: #C8F569;
}
.TagClassName
{
border-color: #C8F569;
}
</style>