Shades of Sulu #C1FD6B
Tints of Sulu #C1FD6B
RGB
CMYK
RGB Variations
Color information
#C1FD6B (or 0xC1FD6B) is known color: Sulu. HEX triplet: C1, FD and 6B. RGB value is (193,253,107). Sum of RGB (Red+Green+Blue) = 193+253+107=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FD6B is #3E0294. Grayscale: #DADADA. Windows color (decimal): -4063893 or 7077313. OLE color: 7077313.
HSL color Cylindrical-coordinate representation of color #C1FD6B: hue angle of 84.66º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1FD6B is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 107 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.01 |
| HSL | 84.66º | 0.97% | 0.71% | - |
| HSV(B) | 84.66º | 0.58% | 0.99% | - |
| XYZ | 59.77 | 82.65 | 26.71 | - |
| YUV | 218.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 107 | 0.24 | 0 | 0.58 | 0.01 | 84.66 | 0.97 | 0.71 |
| Hex | C1 | FD | 6B | 18 | 0 | 3A | 1 | 55 | 61 | 47 |
| Octal | 301 | 375 | 153 | 30 | 0 | 72 | 1 | 125 | 141 | 107 |
| Binary | 11000001 | 11111101 | 1101011 | 11000 | 0 | 111010 | 1 | 1010101 | 1100001 | 1000111 |
Color Harmonies of #C1FD6B
Complementary color
Monochromatic Colors of #C1FD6B
Black with #C1FD6B
Text Example
Text Example
White with #C1FD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FD6B; }
p { color: rgb(193,253,107); }
H1.HeaderClassName
{
color: #C1FD6B;
}
.AnyTagClassName
{
color: #C1FD6B;
}
</style>
background-color css
<style>
a { background-color: #C1FD6B; }
a { background-color: rgb(193,253,107); }
div.DivClassName
{
background-color: #C1FD6B;
}
.BgClassName
{
background-color: #C1FD6B;
}
</style>
border-color css
<style>
span { border-color: #C1FD6B; }
span { border-color: rgb(193,253,107); }
td.TdClassName
{
border-color: #C1FD6B;
}
.TagClassName
{
border-color: #C1FD6B;
}
</style>