Shades of Sulu #C0F167
Tints of Sulu #C0F167
RGB
CMYK
RGB Variations
Color information
#C0F167 (or 0xC0F167) is known color: Sulu. HEX triplet: C0, F1 and 67. RGB value is (192,241,103). Sum of RGB (Red+Green+Blue) = 192+241+103=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F167 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F167 is #3F0E98. Grayscale: #D3D3D3. Windows color (decimal): -4132505 or 6812096. OLE color: 6812096.
HSL color Cylindrical-coordinate representation of color #C0F167: hue angle of 81.3º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0F167 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 103 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.05 |
| HSL | 81.3º | 0.83% | 0.67% | - |
| HSV(B) | 81.3º | 0.57% | 0.95% | - |
| XYZ | 55.64 | 75.1 | 24.39 | - |
| YUV | 210.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 103 | 0.20 | 0 | 0.57 | 0.05 | 81.3 | 0.83 | 0.67 |
| Hex | C0 | F1 | 67 | 14 | 0 | 39 | 5 | 51 | 53 | 43 |
| Octal | 300 | 361 | 147 | 24 | 0 | 71 | 5 | 121 | 123 | 103 |
| Binary | 11000000 | 11110001 | 1100111 | 10100 | 0 | 111001 | 101 | 1010001 | 1010011 | 1000011 |
Color Harmonies of #C0F167
Complementary color
Monochromatic Colors of #C0F167
Black with #C0F167
Text Example
Text Example
White with #C0F167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F167; }
p { color: rgb(192,241,103); }
H1.HeaderClassName
{
color: #C0F167;
}
.AnyTagClassName
{
color: #C0F167;
}
</style>
background-color css
<style>
a { background-color: #C0F167; }
a { background-color: rgb(192,241,103); }
div.DivClassName
{
background-color: #C0F167;
}
.BgClassName
{
background-color: #C0F167;
}
</style>
border-color css
<style>
span { border-color: #C0F167; }
span { border-color: rgb(192,241,103); }
td.TdClassName
{
border-color: #C0F167;
}
.TagClassName
{
border-color: #C0F167;
}
</style>