Shades of Sulu #C7FF74
Tints of Sulu #C7FF74
RGB
CMYK
RGB Variations
Color information
#C7FF74 (or 0xC7FF74) is known color: Sulu. HEX triplet: C7, FF and 74. RGB value is (199,255,116). Sum of RGB (Red+Green+Blue) = 199+255+116=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF74 is #38008B. Grayscale: #DEDEDE. Windows color (decimal): -3670156 or 7667655. OLE color: 7667655.
HSL color Cylindrical-coordinate representation of color #C7FF74: hue angle of 84.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7FF74 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 116 | - |
| CMYK | 0.22 | 0 | 0.55 | 0 |
| HSL | 84.17º | 1% | 0.73% | - |
| HSV(B) | 84.17º | 0.55% | 1% | - |
| XYZ | 62.47 | 84.92 | 29.62 | - |
| YUV | 222.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 116 | 0.22 | 0 | 0.55 | 0 | 84.17 | 1 | 0.73 |
| Hex | C7 | FF | 74 | 16 | 0 | 37 | 0 | 54 | 64 | 49 |
| Octal | 307 | 377 | 164 | 26 | 0 | 67 | 0 | 124 | 144 | 111 |
| Binary | 11000111 | 11111111 | 1110100 | 10110 | 0 | 110111 | 0 | 1010100 | 1100100 | 1001001 |
Color Harmonies of #C7FF74
Complementary color
Monochromatic Colors of #C7FF74
Black with #C7FF74
Text Example
Text Example
White with #C7FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF74; }
p { color: rgb(199,255,116); }
H1.HeaderClassName
{
color: #C7FF74;
}
.AnyTagClassName
{
color: #C7FF74;
}
</style>
background-color css
<style>
a { background-color: #C7FF74; }
a { background-color: rgb(199,255,116); }
div.DivClassName
{
background-color: #C7FF74;
}
.BgClassName
{
background-color: #C7FF74;
}
</style>
border-color css
<style>
span { border-color: #C7FF74; }
span { border-color: rgb(199,255,116); }
td.TdClassName
{
border-color: #C7FF74;
}
.TagClassName
{
border-color: #C7FF74;
}
</style>