Shades of Sulu #C1FB7D
Tints of Sulu #C1FB7D
RGB
CMYK
RGB Variations
Color information
#C1FB7D (or 0xC1FB7D) is known color: Sulu. HEX triplet: C1, FB and 7D. RGB value is (193,251,125). Sum of RGB (Red+Green+Blue) = 193+251+125=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FB7D is #3E0482. Grayscale: #DBDBDB. Windows color (decimal): -4064387 or 8256449. OLE color: 8256449.
HSL color Cylindrical-coordinate representation of color #C1FB7D: hue angle of 87.62º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1FB7D is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 125 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.02 |
| HSL | 87.62º | 0.94% | 0.74% | - |
| HSV(B) | 87.62º | 0.5% | 0.98% | - |
| XYZ | 60.19 | 81.81 | 32.02 | - |
| YUV | 219.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 125 | 0.23 | 0 | 0.50 | 0.02 | 87.62 | 0.94 | 0.74 |
| Hex | C1 | FB | 7D | 17 | 0 | 32 | 2 | 58 | 5E | 4A |
| Octal | 301 | 373 | 175 | 27 | 0 | 62 | 2 | 130 | 136 | 112 |
| Binary | 11000001 | 11111011 | 1111101 | 10111 | 0 | 110010 | 10 | 1011000 | 1011110 | 1001010 |
Color Harmonies of #C1FB7D
Complementary color
Monochromatic Colors of #C1FB7D
Black with #C1FB7D
Text Example
Text Example
White with #C1FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB7D; }
p { color: rgb(193,251,125); }
H1.HeaderClassName
{
color: #C1FB7D;
}
.AnyTagClassName
{
color: #C1FB7D;
}
</style>
background-color css
<style>
a { background-color: #C1FB7D; }
a { background-color: rgb(193,251,125); }
div.DivClassName
{
background-color: #C1FB7D;
}
.BgClassName
{
background-color: #C1FB7D;
}
</style>
border-color css
<style>
span { border-color: #C1FB7D; }
span { border-color: rgb(193,251,125); }
td.TdClassName
{
border-color: #C1FB7D;
}
.TagClassName
{
border-color: #C1FB7D;
}
</style>