Shades of Sulu #C3F87F
Tints of Sulu #C3F87F
RGB
CMYK
RGB Variations
Color information
#C3F87F (or 0xC3F87F) is known color: Sulu. HEX triplet: C3, F8 and 7F. RGB value is (195,248,127). Sum of RGB (Red+Green+Blue) = 195+248+127=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #C3F87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F87F is #3C0780. Grayscale: #DADADA. Windows color (decimal): -3934081 or 8386755. OLE color: 8386755.
HSL color Cylindrical-coordinate representation of color #C3F87F: hue angle of 86.28º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3F87F is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 248 | 127 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.03 |
| HSL | 86.28º | 0.9% | 0.74% | - |
| HSV(B) | 86.28º | 0.49% | 0.97% | - |
| XYZ | 59.9 | 80.27 | 32.41 | - |
| YUV | 218.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 248 | 127 | 0.21 | 0 | 0.49 | 0.03 | 86.28 | 0.9 | 0.74 |
| Hex | C3 | F8 | 7F | 15 | 0 | 31 | 3 | 56 | 5A | 4A |
| Octal | 303 | 370 | 177 | 25 | 0 | 61 | 3 | 126 | 132 | 112 |
| Binary | 11000011 | 11111000 | 1111111 | 10101 | 0 | 110001 | 11 | 1010110 | 1011010 | 1001010 |
Color Harmonies of #C3F87F
Complementary color
Monochromatic Colors of #C3F87F
Black with #C3F87F
Text Example
Text Example
White with #C3F87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F87F; }
p { color: rgb(195,248,127); }
H1.HeaderClassName
{
color: #C3F87F;
}
.AnyTagClassName
{
color: #C3F87F;
}
</style>
background-color css
<style>
a { background-color: #C3F87F; }
a { background-color: rgb(195,248,127); }
div.DivClassName
{
background-color: #C3F87F;
}
.BgClassName
{
background-color: #C3F87F;
}
</style>
border-color css
<style>
span { border-color: #C3F87F; }
span { border-color: rgb(195,248,127); }
td.TdClassName
{
border-color: #C3F87F;
}
.TagClassName
{
border-color: #C3F87F;
}
</style>