Shades of Sulu #C4FF6F
Tints of Sulu #C4FF6F
RGB
CMYK
RGB Variations
Color information
#C4FF6F (or 0xC4FF6F) is known color: Sulu. HEX triplet: C4, FF and 6F. RGB value is (196,255,111). Sum of RGB (Red+Green+Blue) = 196+255+111=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FF6F is #3B0090. Grayscale: #DDDDDD. Windows color (decimal): -3866769 or 7339972. OLE color: 7339972.
HSL color Cylindrical-coordinate representation of color #C4FF6F: hue angle of 84.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4FF6F is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 111 | - |
| CMYK | 0.23 | 0 | 0.56 | 0 |
| HSL | 84.58º | 1% | 0.72% | - |
| HSV(B) | 84.58º | 0.56% | 1% | - |
| XYZ | 61.39 | 84.4 | 28.09 | - |
| YUV | 220.94 | 65.95 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 111 | 0.23 | 0 | 0.56 | 0 | 84.58 | 1 | 0.72 |
| Hex | C4 | FF | 6F | 17 | 0 | 38 | 0 | 55 | 64 | 48 |
| Octal | 304 | 377 | 157 | 27 | 0 | 70 | 0 | 125 | 144 | 110 |
| Binary | 11000100 | 11111111 | 1101111 | 10111 | 0 | 111000 | 0 | 1010101 | 1100100 | 1001000 |
Color Harmonies of #C4FF6F
Complementary color
Monochromatic Colors of #C4FF6F
Black with #C4FF6F
Text Example
Text Example
White with #C4FF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF6F; }
p { color: rgb(196,255,111); }
H1.HeaderClassName
{
color: #C4FF6F;
}
.AnyTagClassName
{
color: #C4FF6F;
}
</style>
background-color css
<style>
a { background-color: #C4FF6F; }
a { background-color: rgb(196,255,111); }
div.DivClassName
{
background-color: #C4FF6F;
}
.BgClassName
{
background-color: #C4FF6F;
}
</style>
border-color css
<style>
span { border-color: #C4FF6F; }
span { border-color: rgb(196,255,111); }
td.TdClassName
{
border-color: #C4FF6F;
}
.TagClassName
{
border-color: #C4FF6F;
}
</style>