Shades of Sulu #C1F77E
Tints of Sulu #C1F77E
RGB
CMYK
RGB Variations
Color information
#C1F77E (or 0xC1F77E) is known color: Sulu. HEX triplet: C1, F7 and 7E. RGB value is (193,247,126). Sum of RGB (Red+Green+Blue) = 193+247+126=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F77E is #3E0881. Grayscale: #D9D9D9. Windows color (decimal): -4065410 or 8320961. OLE color: 8320961.
HSL color Cylindrical-coordinate representation of color #C1F77E: hue angle of 86.78º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1F77E is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 126 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.03 |
| HSL | 86.78º | 0.88% | 0.73% | - |
| HSV(B) | 86.78º | 0.49% | 0.97% | - |
| XYZ | 59.02 | 79.37 | 31.95 | - |
| YUV | 217.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 126 | 0.22 | 0 | 0.49 | 0.03 | 86.78 | 0.88 | 0.73 |
| Hex | C1 | F7 | 7E | 16 | 0 | 31 | 3 | 57 | 58 | 49 |
| Octal | 301 | 367 | 176 | 26 | 0 | 61 | 3 | 127 | 130 | 111 |
| Binary | 11000001 | 11110111 | 1111110 | 10110 | 0 | 110001 | 11 | 1010111 | 1011000 | 1001001 |
Color Harmonies of #C1F77E
Complementary color
Monochromatic Colors of #C1F77E
Black with #C1F77E
Text Example
Text Example
White with #C1F77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F77E; }
p { color: rgb(193,247,126); }
H1.HeaderClassName
{
color: #C1F77E;
}
.AnyTagClassName
{
color: #C1F77E;
}
</style>
background-color css
<style>
a { background-color: #C1F77E; }
a { background-color: rgb(193,247,126); }
div.DivClassName
{
background-color: #C1F77E;
}
.BgClassName
{
background-color: #C1F77E;
}
</style>
border-color css
<style>
span { border-color: #C1F77E; }
span { border-color: rgb(193,247,126); }
td.TdClassName
{
border-color: #C1F77E;
}
.TagClassName
{
border-color: #C1F77E;
}
</style>