Shades of Sulu #C7FF67
Tints of Sulu #C7FF67
RGB
CMYK
RGB Variations
Color information
#C7FF67 (or 0xC7FF67) is known color: Sulu. HEX triplet: C7, FF and 67. RGB value is (199,255,103). Sum of RGB (Red+Green+Blue) = 199+255+103=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF67 is #380098. Grayscale: #DDDDDD. Windows color (decimal): -3670169 or 6815687. OLE color: 6815687.
HSL color Cylindrical-coordinate representation of color #C7FF67: hue angle of 82.11º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7FF67 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 103 | - |
| CMYK | 0.22 | 0 | 0.60 | 0 |
| HSL | 82.11º | 1% | 0.7% | - |
| HSV(B) | 82.11º | 0.6% | 1% | - |
| XYZ | 61.76 | 84.64 | 25.91 | - |
| YUV | 220.93 | 61.45 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 103 | 0.22 | 0 | 0.60 | 0 | 82.11 | 1 | 0.7 |
| Hex | C7 | FF | 67 | 16 | 0 | 3C | 0 | 52 | 64 | 46 |
| Octal | 307 | 377 | 147 | 26 | 0 | 74 | 0 | 122 | 144 | 106 |
| Binary | 11000111 | 11111111 | 1100111 | 10110 | 0 | 111100 | 0 | 1010010 | 1100100 | 1000110 |
Color Harmonies of #C7FF67
Complementary color
Monochromatic Colors of #C7FF67
Black with #C7FF67
Text Example
Text Example
White with #C7FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF67; }
p { color: rgb(199,255,103); }
H1.HeaderClassName
{
color: #C7FF67;
}
.AnyTagClassName
{
color: #C7FF67;
}
</style>
background-color css
<style>
a { background-color: #C7FF67; }
a { background-color: rgb(199,255,103); }
div.DivClassName
{
background-color: #C7FF67;
}
.BgClassName
{
background-color: #C7FF67;
}
</style>
border-color css
<style>
span { border-color: #C7FF67; }
span { border-color: rgb(199,255,103); }
td.TdClassName
{
border-color: #C7FF67;
}
.TagClassName
{
border-color: #C7FF67;
}
</style>