Shades of Sulu #C2FB62
Tints of Sulu #C2FB62
RGB
CMYK
RGB Variations
Color information
#C2FB62 (or 0xC2FB62) is known color: Sulu. HEX triplet: C2, FB and 62. RGB value is (194,251,98). Sum of RGB (Red+Green+Blue) = 194+251+98=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB62 is #3D049D. Grayscale: #D9D9D9. Windows color (decimal): -3998878 or 6486978. OLE color: 6486978.
HSL color Cylindrical-coordinate representation of color #C2FB62: hue angle of 82.35º 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 #C2FB62 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 98 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.02 |
| HSL | 82.35º | 0.95% | 0.68% | - |
| HSV(B) | 82.35º | 0.61% | 0.98% | - |
| XYZ | 58.95 | 81.35 | 24.15 | - |
| YUV | 216.52 | 61.12 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 98 | 0.23 | 0 | 0.61 | 0.02 | 82.35 | 0.95 | 0.68 |
| Hex | C2 | FB | 62 | 17 | 0 | 3D | 2 | 52 | 5F | 44 |
| Octal | 302 | 373 | 142 | 27 | 0 | 75 | 2 | 122 | 137 | 104 |
| Binary | 11000010 | 11111011 | 1100010 | 10111 | 0 | 111101 | 10 | 1010010 | 1011111 | 1000100 |
Color Harmonies of #C2FB62
Complementary color
Monochromatic Colors of #C2FB62
Black with #C2FB62
Text Example
Text Example
White with #C2FB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB62; }
p { color: rgb(194,251,98); }
H1.HeaderClassName
{
color: #C2FB62;
}
.AnyTagClassName
{
color: #C2FB62;
}
</style>
background-color css
<style>
a { background-color: #C2FB62; }
a { background-color: rgb(194,251,98); }
div.DivClassName
{
background-color: #C2FB62;
}
.BgClassName
{
background-color: #C2FB62;
}
</style>
border-color css
<style>
span { border-color: #C2FB62; }
span { border-color: rgb(194,251,98); }
td.TdClassName
{
border-color: #C2FB62;
}
.TagClassName
{
border-color: #C2FB62;
}
</style>