Shades of Sulu #C0F66C
Tints of Sulu #C0F66C
RGB
CMYK
RGB Variations
Color information
#C0F66C (or 0xC0F66C) is known color: Sulu. HEX triplet: C0, F6 and 6C. RGB value is (192,246,108). Sum of RGB (Red+Green+Blue) = 192+246+108=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F66C is #3F0993. Grayscale: #D6D6D6. Windows color (decimal): -4131220 or 7141056. OLE color: 7141056.
HSL color Cylindrical-coordinate representation of color #C0F66C: hue angle of 83.48º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0F66C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 108 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.04 |
| HSL | 83.48º | 0.88% | 0.69% | - |
| HSV(B) | 83.48º | 0.56% | 0.96% | - |
| XYZ | 57.4 | 78.2 | 26.26 | - |
| YUV | 214.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 108 | 0.22 | 0 | 0.56 | 0.04 | 83.48 | 0.88 | 0.69 |
| Hex | C0 | F6 | 6C | 16 | 0 | 38 | 4 | 53 | 58 | 45 |
| Octal | 300 | 366 | 154 | 26 | 0 | 70 | 4 | 123 | 130 | 105 |
| Binary | 11000000 | 11110110 | 1101100 | 10110 | 0 | 111000 | 100 | 1010011 | 1011000 | 1000101 |
Color Harmonies of #C0F66C
Complementary color
Monochromatic Colors of #C0F66C
Black with #C0F66C
Text Example
Text Example
White with #C0F66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F66C; }
p { color: rgb(192,246,108); }
H1.HeaderClassName
{
color: #C0F66C;
}
.AnyTagClassName
{
color: #C0F66C;
}
</style>
background-color css
<style>
a { background-color: #C0F66C; }
a { background-color: rgb(192,246,108); }
div.DivClassName
{
background-color: #C0F66C;
}
.BgClassName
{
background-color: #C0F66C;
}
</style>
border-color css
<style>
span { border-color: #C0F66C; }
span { border-color: rgb(192,246,108); }
td.TdClassName
{
border-color: #C0F66C;
}
.TagClassName
{
border-color: #C0F66C;
}
</style>