Shades of Sulu #C1FB62
Tints of Sulu #C1FB62
RGB
CMYK
RGB Variations
Color information
#C1FB62 (or 0xC1FB62) is known color: Sulu. HEX triplet: C1, FB and 62. RGB value is (193,251,98). Sum of RGB (Red+Green+Blue) = 193+251+98=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FB62 is #3E049D. Grayscale: #D8D8D8. Windows color (decimal): -4064414 or 6486977. OLE color: 6486977.
HSL color Cylindrical-coordinate representation of color #C1FB62: hue angle of 82.75º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1FB62 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 98 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.02 |
| HSL | 82.75º | 0.95% | 0.68% | - |
| HSV(B) | 82.75º | 0.61% | 0.98% | - |
| XYZ | 58.69 | 81.21 | 24.14 | - |
| YUV | 216.22 | 61.28 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 98 | 0.23 | 0 | 0.61 | 0.02 | 82.75 | 0.95 | 0.68 |
| Hex | C1 | FB | 62 | 17 | 0 | 3D | 2 | 53 | 5F | 44 |
| Octal | 301 | 373 | 142 | 27 | 0 | 75 | 2 | 123 | 137 | 104 |
| Binary | 11000001 | 11111011 | 1100010 | 10111 | 0 | 111101 | 10 | 1010011 | 1011111 | 1000100 |
Color Harmonies of #C1FB62
Complementary color
Monochromatic Colors of #C1FB62
Black with #C1FB62
Text Example
Text Example
White with #C1FB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB62; }
p { color: rgb(193,251,98); }
H1.HeaderClassName
{
color: #C1FB62;
}
.AnyTagClassName
{
color: #C1FB62;
}
</style>
background-color css
<style>
a { background-color: #C1FB62; }
a { background-color: rgb(193,251,98); }
div.DivClassName
{
background-color: #C1FB62;
}
.BgClassName
{
background-color: #C1FB62;
}
</style>
border-color css
<style>
span { border-color: #C1FB62; }
span { border-color: rgb(193,251,98); }
td.TdClassName
{
border-color: #C1FB62;
}
.TagClassName
{
border-color: #C1FB62;
}
</style>