Shades of Sulu #C5F166
Tints of Sulu #C5F166
RGB
CMYK
RGB Variations
Color information
#C5F166 (or 0xC5F166) is known color: Sulu. HEX triplet: C5, F1 and 66. RGB value is (197,241,102). Sum of RGB (Red+Green+Blue) = 197+241+102=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F166 is #3A0E99. Grayscale: #D4D4D4. Windows color (decimal): -3804826 or 6746565. OLE color: 6746565.
HSL color Cylindrical-coordinate representation of color #C5F166: hue angle of 78.99º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5F166 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 102 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.05 |
| HSL | 78.99º | 0.83% | 0.67% | - |
| HSV(B) | 78.99º | 0.58% | 0.95% | - |
| XYZ | 56.88 | 75.74 | 24.19 | - |
| YUV | 212 | 65.92 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 102 | 0.18 | 0 | 0.58 | 0.05 | 78.99 | 0.83 | 0.67 |
| Hex | C5 | F1 | 66 | 12 | 0 | 3A | 5 | 4F | 53 | 43 |
| Octal | 305 | 361 | 146 | 22 | 0 | 72 | 5 | 117 | 123 | 103 |
| Binary | 11000101 | 11110001 | 1100110 | 10010 | 0 | 111010 | 101 | 1001111 | 1010011 | 1000011 |
Color Harmonies of #C5F166
Complementary color
Monochromatic Colors of #C5F166
Black with #C5F166
Text Example
Text Example
White with #C5F166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F166; }
p { color: rgb(197,241,102); }
H1.HeaderClassName
{
color: #C5F166;
}
.AnyTagClassName
{
color: #C5F166;
}
</style>
background-color css
<style>
a { background-color: #C5F166; }
a { background-color: rgb(197,241,102); }
div.DivClassName
{
background-color: #C5F166;
}
.BgClassName
{
background-color: #C5F166;
}
</style>
border-color css
<style>
span { border-color: #C5F166; }
span { border-color: rgb(197,241,102); }
td.TdClassName
{
border-color: #C5F166;
}
.TagClassName
{
border-color: #C5F166;
}
</style>