Shades of Sulu #C3FC68
Tints of Sulu #C3FC68
RGB
CMYK
RGB Variations
Color information
#C3FC68 (or 0xC3FC68) is known color: Sulu. HEX triplet: C3, FC and 68. RGB value is (195,252,104). Sum of RGB (Red+Green+Blue) = 195+252+104=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FC68 is #3C0397. Grayscale: #DADADA. Windows color (decimal): -3933080 or 6880451. OLE color: 6880451.
HSL color Cylindrical-coordinate representation of color #C3FC68: hue angle of 83.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3FC68 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 104 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.01 |
| HSL | 83.11º | 0.96% | 0.7% | - |
| HSV(B) | 83.11º | 0.59% | 0.99% | - |
| XYZ | 59.81 | 82.22 | 25.81 | - |
| YUV | 218.09 | 63.62 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 104 | 0.23 | 0 | 0.59 | 0.01 | 83.11 | 0.96 | 0.7 |
| Hex | C3 | FC | 68 | 17 | 0 | 3B | 1 | 53 | 60 | 46 |
| Octal | 303 | 374 | 150 | 27 | 0 | 73 | 1 | 123 | 140 | 106 |
| Binary | 11000011 | 11111100 | 1101000 | 10111 | 0 | 111011 | 1 | 1010011 | 1100000 | 1000110 |
Color Harmonies of #C3FC68
Complementary color
Monochromatic Colors of #C3FC68
Black with #C3FC68
Text Example
Text Example
White with #C3FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FC68; }
p { color: rgb(195,252,104); }
H1.HeaderClassName
{
color: #C3FC68;
}
.AnyTagClassName
{
color: #C3FC68;
}
</style>
background-color css
<style>
a { background-color: #C3FC68; }
a { background-color: rgb(195,252,104); }
div.DivClassName
{
background-color: #C3FC68;
}
.BgClassName
{
background-color: #C3FC68;
}
</style>
border-color css
<style>
span { border-color: #C3FC68; }
span { border-color: rgb(195,252,104); }
td.TdClassName
{
border-color: #C3FC68;
}
.TagClassName
{
border-color: #C3FC68;
}
</style>