Shades of Sulu #C3FB6C
Tints of Sulu #C3FB6C
RGB
CMYK
RGB Variations
Color information
#C3FB6C (or 0xC3FB6C) is known color: Sulu. HEX triplet: C3, FB and 6C. RGB value is (195,251,108). Sum of RGB (Red+Green+Blue) = 195+251+108=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FB6C is #3C0493. Grayscale: #DADADA. Windows color (decimal): -3933332 or 7142339. OLE color: 7142339.
HSL color Cylindrical-coordinate representation of color #C3FB6C: hue angle of 83.5º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3FB6C is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 108 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.02 |
| HSL | 83.5º | 0.95% | 0.7% | - |
| HSV(B) | 83.5º | 0.57% | 0.98% | - |
| XYZ | 59.71 | 81.68 | 26.81 | - |
| YUV | 217.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 108 | 0.22 | 0 | 0.57 | 0.02 | 83.5 | 0.95 | 0.7 |
| Hex | C3 | FB | 6C | 16 | 0 | 39 | 2 | 53 | 5F | 46 |
| Octal | 303 | 373 | 154 | 26 | 0 | 71 | 2 | 123 | 137 | 106 |
| Binary | 11000011 | 11111011 | 1101100 | 10110 | 0 | 111001 | 10 | 1010011 | 1011111 | 1000110 |
Color Harmonies of #C3FB6C
Complementary color
Monochromatic Colors of #C3FB6C
Black with #C3FB6C
Text Example
Text Example
White with #C3FB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FB6C; }
p { color: rgb(195,251,108); }
H1.HeaderClassName
{
color: #C3FB6C;
}
.AnyTagClassName
{
color: #C3FB6C;
}
</style>
background-color css
<style>
a { background-color: #C3FB6C; }
a { background-color: rgb(195,251,108); }
div.DivClassName
{
background-color: #C3FB6C;
}
.BgClassName
{
background-color: #C3FB6C;
}
</style>
border-color css
<style>
span { border-color: #C3FB6C; }
span { border-color: rgb(195,251,108); }
td.TdClassName
{
border-color: #C3FB6C;
}
.TagClassName
{
border-color: #C3FB6C;
}
</style>