Shades of Sulu #C1F07F
Tints of Sulu #C1F07F
RGB
CMYK
RGB Variations
Color information
#C1F07F (or 0xC1F07F) is known color: Sulu. HEX triplet: C1, F0 and 7F. RGB value is (193,240,127). Sum of RGB (Red+Green+Blue) = 193+240+127=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F07F is #3E0F80. Grayscale: #D5D5D5. Windows color (decimal): -4067201 or 8384705. OLE color: 8384705.
HSL color Cylindrical-coordinate representation of color #C1F07F: hue angle of 84.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1F07F is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 127 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.06 |
| HSL | 84.96º | 0.79% | 0.72% | - |
| HSV(B) | 84.96º | 0.47% | 0.94% | - |
| XYZ | 56.98 | 75.19 | 31.59 | - |
| YUV | 213.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 127 | 0.20 | 0 | 0.47 | 0.06 | 84.96 | 0.79 | 0.72 |
| Hex | C1 | F0 | 7F | 14 | 0 | 2F | 6 | 55 | 4F | 48 |
| Octal | 301 | 360 | 177 | 24 | 0 | 57 | 6 | 125 | 117 | 110 |
| Binary | 11000001 | 11110000 | 1111111 | 10100 | 0 | 101111 | 110 | 1010101 | 1001111 | 1001000 |
Color Harmonies of #C1F07F
Complementary color
Monochromatic Colors of #C1F07F
Black with #C1F07F
Text Example
Text Example
White with #C1F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F07F; }
p { color: rgb(193,240,127); }
H1.HeaderClassName
{
color: #C1F07F;
}
.AnyTagClassName
{
color: #C1F07F;
}
</style>
background-color css
<style>
a { background-color: #C1F07F; }
a { background-color: rgb(193,240,127); }
div.DivClassName
{
background-color: #C1F07F;
}
.BgClassName
{
background-color: #C1F07F;
}
</style>
border-color css
<style>
span { border-color: #C1F07F; }
span { border-color: rgb(193,240,127); }
td.TdClassName
{
border-color: #C1F07F;
}
.TagClassName
{
border-color: #C1F07F;
}
</style>