Shades of Sulu #C0F283
Tints of Sulu #C0F283
RGB
CMYK
RGB Variations
Color information
#C0F283 (or 0xC0F283) is known color: Sulu. HEX triplet: C0, F2 and 83. RGB value is (192,242,131). Sum of RGB (Red+Green+Blue) = 192+242+131=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F283 is #3F0D7C. Grayscale: #D6D6D6. Windows color (decimal): -4132221 or 8647360. OLE color: 8647360.
HSL color Cylindrical-coordinate representation of color #C0F283: hue angle of 87.03º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0F283 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 131 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.05 |
| HSL | 87.03º | 0.81% | 0.73% | - |
| HSV(B) | 87.03º | 0.46% | 0.95% | - |
| XYZ | 57.59 | 76.35 | 33.17 | - |
| YUV | 214.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 131 | 0.21 | 0 | 0.46 | 0.05 | 87.03 | 0.81 | 0.73 |
| Hex | C0 | F2 | 83 | 15 | 0 | 2E | 5 | 57 | 51 | 49 |
| Octal | 300 | 362 | 203 | 25 | 0 | 56 | 5 | 127 | 121 | 111 |
| Binary | 11000000 | 11110010 | 10000011 | 10101 | 0 | 101110 | 101 | 1010111 | 1010001 | 1001001 |
Color Harmonies of #C0F283
Complementary color
Monochromatic Colors of #C0F283
Black with #C0F283
Text Example
Text Example
White with #C0F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F283; }
p { color: rgb(192,242,131); }
H1.HeaderClassName
{
color: #C0F283;
}
.AnyTagClassName
{
color: #C0F283;
}
</style>
background-color css
<style>
a { background-color: #C0F283; }
a { background-color: rgb(192,242,131); }
div.DivClassName
{
background-color: #C0F283;
}
.BgClassName
{
background-color: #C0F283;
}
</style>
border-color css
<style>
span { border-color: #C0F283; }
span { border-color: rgb(192,242,131); }
td.TdClassName
{
border-color: #C0F283;
}
.TagClassName
{
border-color: #C0F283;
}
</style>