Shades of Sulu #C3F87C
Tints of Sulu #C3F87C
RGB
CMYK
RGB Variations
Color information
#C3F87C (or 0xC3F87C) is known color: Sulu. HEX triplet: C3, F8 and 7C. RGB value is (195,248,124). Sum of RGB (Red+Green+Blue) = 195+248+124=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #C3F87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F87C is #3C0783. Grayscale: #DADADA. Windows color (decimal): -3934084 or 8190147. OLE color: 8190147.
HSL color Cylindrical-coordinate representation of color #C3F87C: hue angle of 85.65º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3F87C is Cyan = 0.21, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 248 | 124 | - |
| CMYK | 0.21 | 0 | 0.5 | 0.03 |
| HSL | 85.65º | 0.9% | 0.73% | - |
| HSV(B) | 85.65º | 0.5% | 0.97% | - |
| XYZ | 59.71 | 80.19 | 31.4 | - |
| YUV | 218.02 | 74.94 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 248 | 124 | 0.21 | 0 | 0.5 | 0.03 | 85.65 | 0.9 | 0.73 |
| Hex | C3 | F8 | 7C | 15 | 0 | 32 | 3 | 56 | 5A | 49 |
| Octal | 303 | 370 | 174 | 25 | 0 | 62 | 3 | 126 | 132 | 111 |
| Binary | 11000011 | 11111000 | 1111100 | 10101 | 0 | 110010 | 11 | 1010110 | 1011010 | 1001001 |
Color Harmonies of #C3F87C
Complementary color
Monochromatic Colors of #C3F87C
Black with #C3F87C
Text Example
Text Example
White with #C3F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F87C; }
p { color: rgb(195,248,124); }
H1.HeaderClassName
{
color: #C3F87C;
}
.AnyTagClassName
{
color: #C3F87C;
}
</style>
background-color css
<style>
a { background-color: #C3F87C; }
a { background-color: rgb(195,248,124); }
div.DivClassName
{
background-color: #C3F87C;
}
.BgClassName
{
background-color: #C3F87C;
}
</style>
border-color css
<style>
span { border-color: #C3F87C; }
span { border-color: rgb(195,248,124); }
td.TdClassName
{
border-color: #C3F87C;
}
.TagClassName
{
border-color: #C3F87C;
}
</style>