Shades of Sulu #C5F369
Tints of Sulu #C5F369
RGB
CMYK
RGB Variations
Color information
#C5F369 (or 0xC5F369) is known color: Sulu. HEX triplet: C5, F3 and 69. RGB value is (197,243,105). Sum of RGB (Red+Green+Blue) = 197+243+105=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F369 is #3A0C96. Grayscale: #D6D6D6. Windows color (decimal): -3804311 or 6943685. OLE color: 6943685.
HSL color Cylindrical-coordinate representation of color #C5F369: hue angle of 80º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5F369 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 105 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.05 |
| HSL | 80º | 0.85% | 0.68% | - |
| HSV(B) | 80º | 0.57% | 0.95% | - |
| XYZ | 57.63 | 76.99 | 25.19 | - |
| YUV | 213.51 | 66.76 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 105 | 0.19 | 0 | 0.57 | 0.05 | 80 | 0.85 | 0.68 |
| Hex | C5 | F3 | 69 | 13 | 0 | 39 | 5 | 50 | 55 | 44 |
| Octal | 305 | 363 | 151 | 23 | 0 | 71 | 5 | 120 | 125 | 104 |
| Binary | 11000101 | 11110011 | 1101001 | 10011 | 0 | 111001 | 101 | 1010000 | 1010101 | 1000100 |
Color Harmonies of #C5F369
Complementary color
Monochromatic Colors of #C5F369
Black with #C5F369
Text Example
Text Example
White with #C5F369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F369; }
p { color: rgb(197,243,105); }
H1.HeaderClassName
{
color: #C5F369;
}
.AnyTagClassName
{
color: #C5F369;
}
</style>
background-color css
<style>
a { background-color: #C5F369; }
a { background-color: rgb(197,243,105); }
div.DivClassName
{
background-color: #C5F369;
}
.BgClassName
{
background-color: #C5F369;
}
</style>
border-color css
<style>
span { border-color: #C5F369; }
span { border-color: rgb(197,243,105); }
td.TdClassName
{
border-color: #C5F369;
}
.TagClassName
{
border-color: #C5F369;
}
</style>