Shades of Sulu #C0FC83
Tints of Sulu #C0FC83
RGB
CMYK
RGB Variations
Color information
#C0FC83 (or 0xC0FC83) is known color: Sulu. HEX triplet: C0, FC and 83. RGB value is (192,252,131). Sum of RGB (Red+Green+Blue) = 192+252+131=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FC83 is #3F037C. Grayscale: #DCDCDC. Windows color (decimal): -4129661 or 8649920. OLE color: 8649920.
HSL color Cylindrical-coordinate representation of color #C0FC83: hue angle of 89.75º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0FC83 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 252 | 131 | - |
CMYK | 0.24 | 0 | 0.48 | 0.01 |
HSL | 89.75º | 0.95% | 0.75% | - |
HSV(B) | 89.75º | 0.48% | 0.99% | - |
XYZ | 60.65 | 82.47 | 34.19 | - |
YUV | 220.27 | 77.62 | 107.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 252 | 131 | 0.24 | 0 | 0.48 | 0.01 | 89.75 | 0.95 | 0.75 |
Hex | C0 | FC | 83 | 18 | 0 | 30 | 1 | 5A | 5F | 4B |
Octal | 300 | 374 | 203 | 30 | 0 | 60 | 1 | 132 | 137 | 113 |
Binary | 11000000 | 11111100 | 10000011 | 11000 | 0 | 110000 | 1 | 1011010 | 1011111 | 1001011 |
Color Harmonies of #C0FC83
Complementary color
Monochromatic Colors of #C0FC83
Black with #C0FC83
Text Example
Text Example
White with #C0FC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC83; }
p { color: rgb(192,252,131); }
H1.HeaderClassName
{
color: #C0FC83;
}
.AnyTagClassName
{
color: #C0FC83;
}
</style>
background-color css
<style>
a { background-color: #C0FC83; }
a { background-color: rgb(192,252,131); }
div.DivClassName
{
background-color: #C0FC83;
}
.BgClassName
{
background-color: #C0FC83;
}
</style>
border-color css
<style>
span { border-color: #C0FC83; }
span { border-color: rgb(192,252,131); }
td.TdClassName
{
border-color: #C0FC83;
}
.TagClassName
{
border-color: #C0FC83;
}
</style>