Shades of Sulu #C1F665
Tints of Sulu #C1F665
RGB
CMYK
RGB Variations
Color information
#C1F665 (or 0xC1F665) is known color: Sulu. HEX triplet: C1, F6 and 65. RGB value is (193,246,101). Sum of RGB (Red+Green+Blue) = 193+246+101=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #C1F665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F665 is #3E099A. Grayscale: #D6D6D6. Windows color (decimal): -4065691 or 6682305. OLE color: 6682305.
HSL color Cylindrical-coordinate representation of color #C1F665: hue angle of 81.93º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1F665 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 246 | 101 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.04 |
| HSL | 81.93º | 0.89% | 0.68% | - |
| HSV(B) | 81.93º | 0.59% | 0.96% | - |
| XYZ | 57.3 | 78.19 | 24.38 | - |
| YUV | 213.62 | 64.44 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 246 | 101 | 0.22 | 0 | 0.59 | 0.04 | 81.93 | 0.89 | 0.68 |
| Hex | C1 | F6 | 65 | 16 | 0 | 3B | 4 | 52 | 59 | 44 |
| Octal | 301 | 366 | 145 | 26 | 0 | 73 | 4 | 122 | 131 | 104 |
| Binary | 11000001 | 11110110 | 1100101 | 10110 | 0 | 111011 | 100 | 1010010 | 1011001 | 1000100 |
Color Harmonies of #C1F665
Complementary color
Monochromatic Colors of #C1F665
Black with #C1F665
Text Example
Text Example
White with #C1F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F665; }
p { color: rgb(193,246,101); }
H1.HeaderClassName
{
color: #C1F665;
}
.AnyTagClassName
{
color: #C1F665;
}
</style>
background-color css
<style>
a { background-color: #C1F665; }
a { background-color: rgb(193,246,101); }
div.DivClassName
{
background-color: #C1F665;
}
.BgClassName
{
background-color: #C1F665;
}
</style>
border-color css
<style>
span { border-color: #C1F665; }
span { border-color: rgb(193,246,101); }
td.TdClassName
{
border-color: #C1F665;
}
.TagClassName
{
border-color: #C1F665;
}
</style>