Shades of Sulu #C0F465
Tints of Sulu #C0F465
RGB
CMYK
RGB Variations
Color information
#C0F465 (or 0xC0F465) is known color: Sulu. HEX triplet: C0, F4 and 65. RGB value is (192,244,101). Sum of RGB (Red+Green+Blue) = 192+244+101=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F465 is #3F0B9A. Grayscale: #D4D4D4. Windows color (decimal): -4131739 or 6681792. OLE color: 6681792.
HSL color Cylindrical-coordinate representation of color #C0F465: hue angle of 81.82º degrees, saturation: 0.87, 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 #C0F465 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 101 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.04 |
| HSL | 81.82º | 0.87% | 0.68% | - |
| HSV(B) | 81.82º | 0.59% | 0.96% | - |
| XYZ | 56.44 | 76.85 | 24.17 | - |
| YUV | 212.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 101 | 0.21 | 0 | 0.59 | 0.04 | 81.82 | 0.87 | 0.68 |
| Hex | C0 | F4 | 65 | 15 | 0 | 3B | 4 | 52 | 57 | 44 |
| Octal | 300 | 364 | 145 | 25 | 0 | 73 | 4 | 122 | 127 | 104 |
| Binary | 11000000 | 11110100 | 1100101 | 10101 | 0 | 111011 | 100 | 1010010 | 1010111 | 1000100 |
Color Harmonies of #C0F465
Complementary color
Monochromatic Colors of #C0F465
Black with #C0F465
Text Example
Text Example
White with #C0F465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F465; }
p { color: rgb(192,244,101); }
H1.HeaderClassName
{
color: #C0F465;
}
.AnyTagClassName
{
color: #C0F465;
}
</style>
background-color css
<style>
a { background-color: #C0F465; }
a { background-color: rgb(192,244,101); }
div.DivClassName
{
background-color: #C0F465;
}
.BgClassName
{
background-color: #C0F465;
}
</style>
border-color css
<style>
span { border-color: #C0F465; }
span { border-color: rgb(192,244,101); }
td.TdClassName
{
border-color: #C0F465;
}
.TagClassName
{
border-color: #C0F465;
}
</style>