Shades of Sulu #C3FB8D
Tints of Sulu #C3FB8D
RGB
CMYK
RGB Variations
Color information
#C3FB8D (or 0xC3FB8D) is known color: Sulu. HEX triplet: C3, FB and 8D. RGB value is (195,251,141). Sum of RGB (Red+Green+Blue) = 195+251+141=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FB8D is #3C0472. Grayscale: #DEDEDE. Windows color (decimal): -3933299 or 9305027. OLE color: 9305027.
HSL color Cylindrical-coordinate representation of color #C3FB8D: hue angle of 90.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3FB8D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 141 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.02 |
| HSL | 90.55º | 0.93% | 0.77% | - |
| HSV(B) | 90.55º | 0.44% | 0.98% | - |
| XYZ | 61.81 | 82.52 | 37.87 | - |
| YUV | 221.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 141 | 0.22 | 0 | 0.44 | 0.02 | 90.55 | 0.93 | 0.77 |
| Hex | C3 | FB | 8D | 16 | 0 | 2C | 2 | 5B | 5D | 4D |
| Octal | 303 | 373 | 215 | 26 | 0 | 54 | 2 | 133 | 135 | 115 |
| Binary | 11000011 | 11111011 | 10001101 | 10110 | 0 | 101100 | 10 | 1011011 | 1011101 | 1001101 |
Color Harmonies of #C3FB8D
Complementary color
Monochromatic Colors of #C3FB8D
Black with #C3FB8D
Text Example
Text Example
White with #C3FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FB8D; }
p { color: rgb(195,251,141); }
H1.HeaderClassName
{
color: #C3FB8D;
}
.AnyTagClassName
{
color: #C3FB8D;
}
</style>
background-color css
<style>
a { background-color: #C3FB8D; }
a { background-color: rgb(195,251,141); }
div.DivClassName
{
background-color: #C3FB8D;
}
.BgClassName
{
background-color: #C3FB8D;
}
</style>
border-color css
<style>
span { border-color: #C3FB8D; }
span { border-color: rgb(195,251,141); }
td.TdClassName
{
border-color: #C3FB8D;
}
.TagClassName
{
border-color: #C3FB8D;
}
</style>