Shades of Sulu #C3F07C
Tints of Sulu #C3F07C
RGB
CMYK
RGB Variations
Color information
#C3F07C (or 0xC3F07C) is known color: Sulu. HEX triplet: C3, F0 and 7C. RGB value is (195,240,124). Sum of RGB (Red+Green+Blue) = 195+240+124=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F07C is #3C0F83. Grayscale: #D5D5D5. Windows color (decimal): -3936132 or 8188099. OLE color: 8188099.
HSL color Cylindrical-coordinate representation of color #C3F07C: hue angle of 83.28º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3F07C is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 124 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.06 |
| HSL | 83.28º | 0.79% | 0.71% | - |
| HSV(B) | 83.28º | 0.48% | 0.94% | - |
| XYZ | 57.3 | 75.38 | 30.6 | - |
| YUV | 213.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 124 | 0.19 | 0 | 0.48 | 0.06 | 83.28 | 0.79 | 0.71 |
| Hex | C3 | F0 | 7C | 13 | 0 | 30 | 6 | 53 | 4F | 47 |
| Octal | 303 | 360 | 174 | 23 | 0 | 60 | 6 | 123 | 117 | 107 |
| Binary | 11000011 | 11110000 | 1111100 | 10011 | 0 | 110000 | 110 | 1010011 | 1001111 | 1000111 |
Color Harmonies of #C3F07C
Complementary color
Monochromatic Colors of #C3F07C
Black with #C3F07C
Text Example
Text Example
White with #C3F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F07C; }
p { color: rgb(195,240,124); }
H1.HeaderClassName
{
color: #C3F07C;
}
.AnyTagClassName
{
color: #C3F07C;
}
</style>
background-color css
<style>
a { background-color: #C3F07C; }
a { background-color: rgb(195,240,124); }
div.DivClassName
{
background-color: #C3F07C;
}
.BgClassName
{
background-color: #C3F07C;
}
</style>
border-color css
<style>
span { border-color: #C3F07C; }
span { border-color: rgb(195,240,124); }
td.TdClassName
{
border-color: #C3F07C;
}
.TagClassName
{
border-color: #C3F07C;
}
</style>