Shades of Sulu #C2F383
Tints of Sulu #C2F383
RGB
CMYK
RGB Variations
Color information
#C2F383 (or 0xC2F383) is known color: Sulu. HEX triplet: C2, F3 and 83. RGB value is (194,243,131). Sum of RGB (Red+Green+Blue) = 194+243+131=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F383 is #3D0C7C. Grayscale: #D7D7D7. Windows color (decimal): -4000893 or 8647618. OLE color: 8647618.
HSL color Cylindrical-coordinate representation of color #C2F383: hue angle of 86.25º degrees, saturation: 0.82, 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 #C2F383 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 131 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.05 |
| HSL | 86.25º | 0.82% | 0.73% | - |
| HSV(B) | 86.25º | 0.46% | 0.95% | - |
| XYZ | 58.4 | 77.21 | 33.3 | - |
| YUV | 215.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 131 | 0.20 | 0 | 0.46 | 0.05 | 86.25 | 0.82 | 0.73 |
| Hex | C2 | F3 | 83 | 14 | 0 | 2E | 5 | 56 | 52 | 49 |
| Octal | 302 | 363 | 203 | 24 | 0 | 56 | 5 | 126 | 122 | 111 |
| Binary | 11000010 | 11110011 | 10000011 | 10100 | 0 | 101110 | 101 | 1010110 | 1010010 | 1001001 |
Color Harmonies of #C2F383
Complementary color
Monochromatic Colors of #C2F383
Black with #C2F383
Text Example
Text Example
White with #C2F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F383; }
p { color: rgb(194,243,131); }
H1.HeaderClassName
{
color: #C2F383;
}
.AnyTagClassName
{
color: #C2F383;
}
</style>
background-color css
<style>
a { background-color: #C2F383; }
a { background-color: rgb(194,243,131); }
div.DivClassName
{
background-color: #C2F383;
}
.BgClassName
{
background-color: #C2F383;
}
</style>
border-color css
<style>
span { border-color: #C2F383; }
span { border-color: rgb(194,243,131); }
td.TdClassName
{
border-color: #C2F383;
}
.TagClassName
{
border-color: #C2F383;
}
</style>