Shades of Sulu #C3FF6D
Tints of Sulu #C3FF6D
RGB
CMYK
RGB Variations
Color information
#C3FF6D (or 0xC3FF6D) is known color: Sulu. HEX triplet: C3, FF and 6D. RGB value is (195,255,109). Sum of RGB (Red+Green+Blue) = 195+255+109=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FF6D is #3C0092. Grayscale: #DCDCDC. Windows color (decimal): -3932307 or 7208899. OLE color: 7208899.
HSL color Cylindrical-coordinate representation of color #C3FF6D: hue angle of 84.66º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3FF6D is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 109 | - |
| CMYK | 0.24 | 0 | 0.57 | 0 |
| HSL | 84.66º | 1% | 0.71% | - |
| HSV(B) | 84.66º | 0.57% | 1% | - |
| XYZ | 61.03 | 84.23 | 27.51 | - |
| YUV | 220.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 109 | 0.24 | 0 | 0.57 | 0 | 84.66 | 1 | 0.71 |
| Hex | C3 | FF | 6D | 18 | 0 | 39 | 0 | 55 | 64 | 47 |
| Octal | 303 | 377 | 155 | 30 | 0 | 71 | 0 | 125 | 144 | 107 |
| Binary | 11000011 | 11111111 | 1101101 | 11000 | 0 | 111001 | 0 | 1010101 | 1100100 | 1000111 |
Color Harmonies of #C3FF6D
Complementary color
Monochromatic Colors of #C3FF6D
Black with #C3FF6D
Text Example
Text Example
White with #C3FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF6D; }
p { color: rgb(195,255,109); }
H1.HeaderClassName
{
color: #C3FF6D;
}
.AnyTagClassName
{
color: #C3FF6D;
}
</style>
background-color css
<style>
a { background-color: #C3FF6D; }
a { background-color: rgb(195,255,109); }
div.DivClassName
{
background-color: #C3FF6D;
}
.BgClassName
{
background-color: #C3FF6D;
}
</style>
border-color css
<style>
span { border-color: #C3FF6D; }
span { border-color: rgb(195,255,109); }
td.TdClassName
{
border-color: #C3FF6D;
}
.TagClassName
{
border-color: #C3FF6D;
}
</style>