Shades of Sulu #C2FD83
Tints of Sulu #C2FD83
RGB
CMYK
RGB Variations
Color information
#C2FD83 (or 0xC2FD83) is known color: Sulu. HEX triplet: C2, FD and 83. RGB value is (194,253,131). Sum of RGB (Red+Green+Blue) = 194+253+131=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FD83 is #3D027C. Grayscale: #DDDDDD. Windows color (decimal): -3998333 or 8650178. OLE color: 8650178.
HSL color Cylindrical-coordinate representation of color #C2FD83: hue angle of 89.02º degrees, saturation: 0.97, 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 #C2FD83 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 131 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.01 |
| HSL | 89.02º | 0.97% | 0.75% | - |
| HSV(B) | 89.02º | 0.48% | 0.99% | - |
| XYZ | 61.47 | 83.36 | 34.32 | - |
| YUV | 221.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 131 | 0.23 | 0 | 0.48 | 0.01 | 89.02 | 0.97 | 0.75 |
| Hex | C2 | FD | 83 | 17 | 0 | 30 | 1 | 59 | 61 | 4B |
| Octal | 302 | 375 | 203 | 27 | 0 | 60 | 1 | 131 | 141 | 113 |
| Binary | 11000010 | 11111101 | 10000011 | 10111 | 0 | 110000 | 1 | 1011001 | 1100001 | 1001011 |
Color Harmonies of #C2FD83
Complementary color
Monochromatic Colors of #C2FD83
Black with #C2FD83
Text Example
Text Example
White with #C2FD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD83; }
p { color: rgb(194,253,131); }
H1.HeaderClassName
{
color: #C2FD83;
}
.AnyTagClassName
{
color: #C2FD83;
}
</style>
background-color css
<style>
a { background-color: #C2FD83; }
a { background-color: rgb(194,253,131); }
div.DivClassName
{
background-color: #C2FD83;
}
.BgClassName
{
background-color: #C2FD83;
}
</style>
border-color css
<style>
span { border-color: #C2FD83; }
span { border-color: rgb(194,253,131); }
td.TdClassName
{
border-color: #C2FD83;
}
.TagClassName
{
border-color: #C2FD83;
}
</style>