Shades of Sulu #C3F665
Tints of Sulu #C3F665
RGB
CMYK
RGB Variations
Color information
#C3F665 (or 0xC3F665) is known color: Sulu. HEX triplet: C3, F6 and 65. RGB value is (195,246,101). Sum of RGB (Red+Green+Blue) = 195+246+101=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F665 is #3C099A. Grayscale: #D6D6D6. Windows color (decimal): -3934619 or 6682307. OLE color: 6682307.
HSL color Cylindrical-coordinate representation of color #C3F665: hue angle of 81.1º 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 #C3F665 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 101 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.04 |
| HSL | 81.1º | 0.89% | 0.68% | - |
| HSV(B) | 81.1º | 0.59% | 0.96% | - |
| XYZ | 57.81 | 78.45 | 24.41 | - |
| YUV | 214.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 101 | 0.21 | 0 | 0.59 | 0.04 | 81.1 | 0.89 | 0.68 |
| Hex | C3 | F6 | 65 | 15 | 0 | 3B | 4 | 51 | 59 | 44 |
| Octal | 303 | 366 | 145 | 25 | 0 | 73 | 4 | 121 | 131 | 104 |
| Binary | 11000011 | 11110110 | 1100101 | 10101 | 0 | 111011 | 100 | 1010001 | 1011001 | 1000100 |
Color Harmonies of #C3F665
Complementary color
Monochromatic Colors of #C3F665
Black with #C3F665
Text Example
Text Example
White with #C3F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F665; }
p { color: rgb(195,246,101); }
H1.HeaderClassName
{
color: #C3F665;
}
.AnyTagClassName
{
color: #C3F665;
}
</style>
background-color css
<style>
a { background-color: #C3F665; }
a { background-color: rgb(195,246,101); }
div.DivClassName
{
background-color: #C3F665;
}
.BgClassName
{
background-color: #C3F665;
}
</style>
border-color css
<style>
span { border-color: #C3F665; }
span { border-color: rgb(195,246,101); }
td.TdClassName
{
border-color: #C3F665;
}
.TagClassName
{
border-color: #C3F665;
}
</style>