Shades of Sulu #C0F169
Tints of Sulu #C0F169
RGB
CMYK
RGB Variations
Color information
#C0F169 (or 0xC0F169) is known color: Sulu. HEX triplet: C0, F1 and 69. RGB value is (192,241,105). Sum of RGB (Red+Green+Blue) = 192+241+105=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F169 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F169 is #3F0E96. Grayscale: #D3D3D3. Windows color (decimal): -4132503 or 6943168. OLE color: 6943168.
HSL color Cylindrical-coordinate representation of color #C0F169: hue angle of 81.62º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0F169 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 105 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.05 |
| HSL | 81.62º | 0.83% | 0.68% | - |
| HSV(B) | 81.62º | 0.56% | 0.95% | - |
| XYZ | 55.74 | 75.14 | 24.93 | - |
| YUV | 210.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 105 | 0.20 | 0 | 0.56 | 0.05 | 81.62 | 0.83 | 0.68 |
| Hex | C0 | F1 | 69 | 14 | 0 | 38 | 5 | 52 | 53 | 44 |
| Octal | 300 | 361 | 151 | 24 | 0 | 70 | 5 | 122 | 123 | 104 |
| Binary | 11000000 | 11110001 | 1101001 | 10100 | 0 | 111000 | 101 | 1010010 | 1010011 | 1000100 |
Color Harmonies of #C0F169
Complementary color
Monochromatic Colors of #C0F169
Black with #C0F169
Text Example
Text Example
White with #C0F169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F169; }
p { color: rgb(192,241,105); }
H1.HeaderClassName
{
color: #C0F169;
}
.AnyTagClassName
{
color: #C0F169;
}
</style>
background-color css
<style>
a { background-color: #C0F169; }
a { background-color: rgb(192,241,105); }
div.DivClassName
{
background-color: #C0F169;
}
.BgClassName
{
background-color: #C0F169;
}
</style>
border-color css
<style>
span { border-color: #C0F169; }
span { border-color: rgb(192,241,105); }
td.TdClassName
{
border-color: #C0F169;
}
.TagClassName
{
border-color: #C0F169;
}
</style>