Shades of Sulu #C0F285
Tints of Sulu #C0F285
RGB
CMYK
RGB Variations
Color information
#C0F285 (or 0xC0F285) is known color: Sulu. HEX triplet: C0, F2 and 85. RGB value is (192,242,133). Sum of RGB (Red+Green+Blue) = 192+242+133=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F285 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F285 is #3F0D7A. Grayscale: #D7D7D7. Windows color (decimal): -4132219 or 8778432. OLE color: 8778432.
HSL color Cylindrical-coordinate representation of color #C0F285: hue angle of 87.52º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0F285 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 133 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.05 |
| HSL | 87.52º | 0.81% | 0.74% | - |
| HSV(B) | 87.52º | 0.45% | 0.95% | - |
| XYZ | 57.72 | 76.4 | 33.9 | - |
| YUV | 214.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 133 | 0.21 | 0 | 0.45 | 0.05 | 87.52 | 0.81 | 0.74 |
| Hex | C0 | F2 | 85 | 15 | 0 | 2D | 5 | 58 | 51 | 4A |
| Octal | 300 | 362 | 205 | 25 | 0 | 55 | 5 | 130 | 121 | 112 |
| Binary | 11000000 | 11110010 | 10000101 | 10101 | 0 | 101101 | 101 | 1011000 | 1010001 | 1001010 |
Color Harmonies of #C0F285
Complementary color
Monochromatic Colors of #C0F285
Black with #C0F285
Text Example
Text Example
White with #C0F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F285; }
p { color: rgb(192,242,133); }
H1.HeaderClassName
{
color: #C0F285;
}
.AnyTagClassName
{
color: #C0F285;
}
</style>
background-color css
<style>
a { background-color: #C0F285; }
a { background-color: rgb(192,242,133); }
div.DivClassName
{
background-color: #C0F285;
}
.BgClassName
{
background-color: #C0F285;
}
</style>
border-color css
<style>
span { border-color: #C0F285; }
span { border-color: rgb(192,242,133); }
td.TdClassName
{
border-color: #C0F285;
}
.TagClassName
{
border-color: #C0F285;
}
</style>