Shades of Sulu #C1F17B
Tints of Sulu #C1F17B
RGB
CMYK
RGB Variations
Color information
#C1F17B (or 0xC1F17B) is known color: Sulu. HEX triplet: C1, F1 and 7B. RGB value is (193,241,123). Sum of RGB (Red+Green+Blue) = 193+241+123=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F17B is #3E0E84. Grayscale: #D5D5D5. Windows color (decimal): -4066949 or 8122817. OLE color: 8122817.
HSL color Cylindrical-coordinate representation of color #C1F17B: hue angle of 84.41º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1F17B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 123 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.05 |
| HSL | 84.41º | 0.81% | 0.71% | - |
| HSV(B) | 84.41º | 0.49% | 0.95% | - |
| XYZ | 57.02 | 75.68 | 30.34 | - |
| YUV | 213.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 123 | 0.20 | 0 | 0.49 | 0.05 | 84.41 | 0.81 | 0.71 |
| Hex | C1 | F1 | 7B | 14 | 0 | 31 | 5 | 54 | 51 | 47 |
| Octal | 301 | 361 | 173 | 24 | 0 | 61 | 5 | 124 | 121 | 107 |
| Binary | 11000001 | 11110001 | 1111011 | 10100 | 0 | 110001 | 101 | 1010100 | 1010001 | 1000111 |
Color Harmonies of #C1F17B
Complementary color
Monochromatic Colors of #C1F17B
Black with #C1F17B
Text Example
Text Example
White with #C1F17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F17B; }
p { color: rgb(193,241,123); }
H1.HeaderClassName
{
color: #C1F17B;
}
.AnyTagClassName
{
color: #C1F17B;
}
</style>
background-color css
<style>
a { background-color: #C1F17B; }
a { background-color: rgb(193,241,123); }
div.DivClassName
{
background-color: #C1F17B;
}
.BgClassName
{
background-color: #C1F17B;
}
</style>
border-color css
<style>
span { border-color: #C1F17B; }
span { border-color: rgb(193,241,123); }
td.TdClassName
{
border-color: #C1F17B;
}
.TagClassName
{
border-color: #C1F17B;
}
</style>